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

/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h46 void SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context);
H A DTimedEventQueue.cpp249 BTimedEventQueue::SetCleanupHook(cleanup_hook hook, function in class:BTimedEventQueue
253 fImp->SetCleanupHook(hook, context);
H A DMediaEventLooper.cpp68 fEventQueue.SetCleanupHook(BMediaEventLooper::_CleanUpEntry, this);
69 fRealTimeQueue.SetCleanupHook(BMediaEventLooper::_CleanUpEntry, this);
H A DTimedEventQueuePrivate.cpp498 _event_queue_imp::SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context) function in class:_event_queue_imp
/haiku/headers/os/media/
H A DTimedEventQueue.h144 void SetCleanupHook(cleanup_hook hook,

Completed in 75 milliseconds