Searched refs:FindFirstMatch (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/media/
H A DTimedEventQueueTest.cpp281 printf("found: "); DumpEvent(q->FindFirstMatch(0x1001,BTimedEventQueue::B_AFTER_TIME,true,BTimedEventQueue::B_STOP));
284 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AT_TIME,true));
287 printf("found: "); DumpEvent(q->FindFirstMatch(0x1007,BTimedEventQueue::B_BEFORE_TIME,true,BTimedEventQueue::B_STOP));
290 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_BEFORE_TIME,true));
293 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AFTER_TIME,true));
296 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_BEFORE_TIME,false,BTimedEventQueue::B_STOP));
299 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AFTER_TIME,false,BTimedEventQueue::B_STOP));
302 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AT_TIME,false,BTimedEventQueue::B_SEEK));
305 printf("found: "); DumpEvent(q->FindFirstMatch(0x1000,BTimedEventQueue::B_AFTER_TIME,true));
308 printf("found: "); DumpEvent(q->FindFirstMatch(
[all...]
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h32 const media_timed_event * FindFirstMatch(
H A DTimedEventQueue.cpp225 BTimedEventQueue::FindFirstMatch(bigtime_t eventTime, function in class:BTimedEventQueue
231 return fImp->FindFirstMatch(eventTime, direction, inclusive, eventType);
H A DTimedEventQueuePrivate.cpp221 _event_queue_imp::FindFirstMatch(bigtime_t eventTime, function in class:_event_queue_imp
/haiku/headers/os/media/
H A DTimedEventQueue.h112 const media_timed_event* FindFirstMatch(bigtime_t eventTime,

Completed in 39 milliseconds