Symbol: FindFirstMatch
headers/os/media/TimedEventQueue.h
111
const media_timed_event* FindFirstMatch(bigtime_t eventTime,
src/tests/kits/media/TimedEventQueueTest.cpp
281
printf("found: "); DumpEvent(q->FindFirstMatch(0x1001,BTimedEventQueue::B_AFTER_TIME,true,BTimedEventQueue::B_STOP));
src/tests/kits/media/TimedEventQueueTest.cpp
284
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AT_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
287
printf("found: "); DumpEvent(q->FindFirstMatch(0x1007,BTimedEventQueue::B_BEFORE_TIME,true,BTimedEventQueue::B_STOP));
src/tests/kits/media/TimedEventQueueTest.cpp
290
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_BEFORE_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
293
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AFTER_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
296
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_BEFORE_TIME,false,BTimedEventQueue::B_STOP));
src/tests/kits/media/TimedEventQueueTest.cpp
299
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AFTER_TIME,false,BTimedEventQueue::B_STOP));
src/tests/kits/media/TimedEventQueueTest.cpp
302
printf("found: "); DumpEvent(q->FindFirstMatch(0x1006,BTimedEventQueue::B_AT_TIME,false,BTimedEventQueue::B_SEEK));
src/tests/kits/media/TimedEventQueueTest.cpp
305
printf("found: "); DumpEvent(q->FindFirstMatch(0x1000,BTimedEventQueue::B_AFTER_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
308
printf("found: "); DumpEvent(q->FindFirstMatch(0x1010,BTimedEventQueue::B_BEFORE_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
311
printf("found: "); DumpEvent(q->FindFirstMatch(0x1007,BTimedEventQueue::B_BEFORE_TIME,false));
src/tests/kits/media/TimedEventQueueTest.cpp
314
printf("found: "); DumpEvent(q->FindFirstMatch(0x1001,BTimedEventQueue::B_AFTER_TIME,false,BTimedEventQueue::B_SEEK));
src/tests/kits/media/TimedEventQueueTest.cpp
317
printf("found: "); DumpEvent(q->FindFirstMatch(0x1009,BTimedEventQueue::B_AFTER_TIME,false));
src/tests/kits/media/TimedEventQueueTest.cpp
320
printf("found: "); DumpEvent(q->FindFirstMatch(0x1010,BTimedEventQueue::B_AFTER_TIME,true));
src/tests/kits/media/TimedEventQueueTest.cpp
323
printf("found: "); DumpEvent(q->FindFirstMatch(0x1010,BTimedEventQueue::B_AT_TIME,true));