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

/haiku/headers/os/media/
H A DTimedEventQueue.h60 B_ANY_EVENT = 0, // Pushing this type will always fail. enumerator in enum:BTimedEventQueue::event_type
115 int32 eventType = B_ANY_EVENT);
136 int32 eventType = B_ANY_EVENT);
149 int32 eventType = B_ANY_EVENT);
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp234 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type)
245 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
257 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type)
267 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
296 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
325 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
354 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
385 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
428 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventType == entry->event.type) {
445 if (eventType == BTimedEventQueue::B_ANY_EVENT || eventTyp
[all...]
/haiku/src/tests/kits/media/
H A DTimedEventQueueTest.cpp29 case BTimedEventQueue::B_ANY_EVENT: printf("B_ANY_EVENT\n"); break;

Completed in 39 milliseconds