Searched refs:B_BEFORE_TIME (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/media/
H A DTimedEventQueueTest.cpp194 q->DoForEach(DoForEachHook,(void*)1234,0x1003,BTimedEventQueue::B_BEFORE_TIME,false);
199 q->DoForEach(DoForEachHook,(void*)1234,0x1003,BTimedEventQueue::B_BEFORE_TIME,true);
244 q->DoForEach(DoForEachHook,(void*)1234,0x1014,BTimedEventQueue::B_BEFORE_TIME,false,BTimedEventQueue::B_SEEK);
249 q->DoForEach(DoForEachHook,(void*)1234,0x0004,BTimedEventQueue::B_BEFORE_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));
296 printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_BEFORE_TIME,false,BTimedEventQueue::B_STOP));
308 printf("found: "); DumpEvent(q->FindFirstMatch(0x1010,BTimedEventQueue::B_BEFORE_TIME,true));
311 printf("found: "); DumpEvent(q->FindFirstMatch(0x1007,BTimedEventQueue::B_BEFORE_TIME,false));
374 q->FlushEvents(0x1006, BTimedEventQueue::B_BEFORE_TIME,fals
[all...]
/haiku/headers/os/media/
H A DTimedEventQueue.h86 B_BEFORE_TIME = 0, enumerator in enum:BTimedEventQueue::time_direction
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp239 case BTimedEventQueue::B_BEFORE_TIME:
319 case BTimedEventQueue::B_BEFORE_TIME:
439 case BTimedEventQueue::B_BEFORE_TIME:

Completed in 62 milliseconds