Searched refs:HasEvents (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/kits/media/
H A DTimedEventQueueTest.cpp59 ASSERT(q->HasEvents() == true);
64 ASSERT(q->HasEvents() == true);
69 ASSERT(q->HasEvents() == true);
74 ASSERT(q->HasEvents() == true);
79 ASSERT(q->HasEvents() == true);
85 ASSERT(q->HasEvents() == true);
91 ASSERT(q->HasEvents() == true);
96 ASSERT(q->HasEvents() == true);
101 ASSERT(q->HasEvents() == true);
106 ASSERT(q->HasEvents()
[all...]
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h24 bool HasEvents() const;
H A DTimedEventQueue.cpp177 BTimedEventQueue::HasEvents() const function in class:BTimedEventQueue
180 return fImp->HasEvents();
H A DMediaEventLooper.cpp254 hasRealtime = fRealTimeQueue.HasEvents();
255 hasEvent = fEventQueue.HasEvents();
H A DTimedEventQueuePrivate.cpp176 _event_queue_imp::HasEvents() const function in class:_event_queue_imp
/haiku/headers/os/media/
H A DTimedEventQueue.h103 bool HasEvents() const;

Completed in 90 milliseconds