Searched refs:bigtime_t (Results 26 - 50 of 1218) sorted by path

1234567891011>>

/haiku/headers/os/media/
H A DBufferGroup.h34 bigtime_t timeout = B_INFINITE_TIMEOUT);
36 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DBufferProducer.h100 virtual status_t GetLatency(bigtime_t* _lantency);
116 bigtime_t howMuch,
117 bigtime_t performanceTime) = 0;
131 bigtime_t previousTime,
137 bigtime_t newLatency, uint32 flags);
146 bigtime_t atTime);
162 bigtime_t* _latency,
168 bigtime_t inTargetTime,
170 bigtime_t* _taggedTime, uint32* _flags = 0,
179 void SetInitialLatency(bigtime_t inInitialLatenc
[all...]
H A DControllable.h58 bigtime_t performanceTime,
65 bigtime_t* lastChange,
68 virtual void SetParameterValue(int32 id, bigtime_t when,
H A DFileInterface.h29 virtual status_t GetDuration(bigtime_t* _time) = 0;
34 bool create, bigtime_t* _time) = 0;
H A DMediaEventLooper.h38 virtual void Start(bigtime_t performanceTime);
39 virtual void Stop(bigtime_t performanceTime,
41 virtual void Seek(bigtime_t mediaTime,
42 bigtime_t performanceTime);
43 virtual void TimeWarp(bigtime_t atRealTime,
44 bigtime_t toPerformanceTime);
45 virtual status_t AddTimer(bigtime_t atPerformanceTime,
55 bigtime_t lateness,
64 virtual bigtime_t OfflineTime();
79 bigtime_t EventLatenc
[all...]
H A DMediaRecorder.h29 bigtime_t timestamp, void* data,
H A DMediaTrack.h92 bigtime_t Duration() const;
104 bigtime_t CurrentTime() const;
138 status_t SeekToTime(bigtime_t* _time, int32 flags = 0);
141 status_t FindKeyFrameForTime(bigtime_t* _time,
244 bigtime_t fCurrentTime;
H A DParameterWeb.h225 bigtime_t* _when);
227 bigtime_t when);
H A DSound.h33 virtual bigtime_t Duration() const;
H A DSoundPlayer.h94 bigtime_t CurrentTime();
95 bigtime_t PerformanceTime();
98 bigtime_t atTime = 0);
100 bigtime_t atTime,
119 bigtime_t Latency();
176 bigtime_t start_time;
203 bigtime_t fLastVolumeUpdate;
H A DTimeCode.h40 status_t us_to_timecode(bigtime_t micros, int* hours, int* minutes,
44 bigtime_t* micros, const timecode_info* code = NULL);
61 BTimeCode(bigtime_t microSeconds,
72 void SetMicroseconds(bigtime_t microSeconds);
94 bigtime_t Microseconds() const;
H A DTimeSource.h31 virtual status_t SnoozeUntil(bigtime_t performanceTime,
32 bigtime_t withLatency = 0,
35 bigtime_t Now();
36 bigtime_t PerformanceTimeFor(bigtime_t realTime);
37 bigtime_t RealTimeFor(bigtime_t performanceTime,
38 bigtime_t withLatency);
41 status_t GetTime(bigtime_t* _performanceTime,
42 bigtime_t* _realTim
[all...]
/haiku/headers/os/midi/
H A DMidiSynth.h82 bigtime_t fCreationTime;
/haiku/headers/os/midi2/
H A DMidiConsumer.h13 bigtime_t Latency() const;
35 bigtime_t fLatency;
46 void SetLatency(bigtime_t latency);
49 void SetTimeout(bigtime_t when, void *data);
53 uchar *data, size_t length, bool atomic, bigtime_t time);
56 uchar channel, uchar note, uchar velocity, bigtime_t time);
59 uchar channel, uchar note, uchar velocity, bigtime_t time);
62 uchar channel, uchar note, uchar pressure, bigtime_t time);
66 bigtime_t time);
69 uchar channel, uchar programNumber, bigtime_t tim
[all...]
H A DMidiProducer.h65 bigtime_t time = 0) const;
69 bigtime_t time = 0) const;
73 bigtime_t time = 0) const;
77 bigtime_t time = 0) const;
81 bigtime_t time = 0) const;
84 uchar channel, uchar programNumber, bigtime_t time = 0) const;
87 uchar channel, uchar pressure, bigtime_t time = 0) const;
90 uchar channel, uchar lsb, uchar msb, bigtime_t time = 0) const;
93 void *data, size_t length, bigtime_t time = 0) const;
96 uchar status, uchar data1, uchar data2, bigtime_t tim
[all...]
/haiku/headers/os/net/
H A DAbstractSocket.h31 bigtime_t timeout = B_INFINITE_TIMEOUT) = 0;
35 virtual status_t SetTimeout(bigtime_t timeout);
36 virtual bigtime_t Timeout() const;
43 virtual status_t WaitForReadable(bigtime_t timeout
45 virtual status_t WaitForWritable(bigtime_t timeout
54 bigtime_t timeout = B_INFINITE_TIMEOUT);
61 status_t _WaitFor(int flags, bigtime_t timeout) const;
H A DDatagramSocket.h16 bigtime_t timeout = -1);
23 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DNetEndpoint.h64 void SetTimeout(bigtime_t usec);
73 virtual bool IsDataPending(bigtime_t timeout = 0);
99 bigtime_t fTimeout;
H A DProxySecureSocket.h17 bigtime_t timeout = B_INFINITE_TIMEOUT);
24 bigtime_t timeout = B_INFINITE_TIMEOUT);
H A DSecureSocket.h19 bigtime_t timeout = B_INFINITE_TIMEOUT);
33 bigtime_t timeout = B_INFINITE_TIMEOUT);
36 virtual status_t WaitForReadable(bigtime_t timeout
H A DSocket.h16 bigtime_t timeout = B_INFINITE_TIMEOUT);
26 bigtime_t timeout = B_INFINITE_TIMEOUT);
/haiku/headers/os/support/
H A DDateTime.h66 bigtime_t Difference(const BTime& time,
79 bigtime_t _Microseconds() const;
80 BTime& _AddMicroseconds(bigtime_t microseconds);
81 bool _SetTime(bigtime_t hour, bigtime_t minute,
82 bigtime_t second, bigtime_t microsecond);
85 bigtime_t fMicroseconds;
H A DLocker.h23 status_t LockWithTimeout(bigtime_t timeout);
39 bool AcquireLock(bigtime_t timeout, status_t* error);
H A DStopWatch.h20 bigtime_t Lap();
21 bigtime_t ElapsedTime() const;
29 bigtime_t fStart;
30 bigtime_t fSuspendTime;
31 bigtime_t fLaps[10];
/haiku/headers/private/app/
H A DLinkReceiver.h32 status_t GetNextMessage(int32& code, bigtime_t timeout = B_INFINITE_TIMEOUT);
48 virtual status_t ReadFromPort(bigtime_t timeout);
49 virtual status_t AdjustReplyBuffer(bigtime_t timeout);

Completed in 109 milliseconds

1234567891011>>