Home
last modified time | relevance | path

Searched refs:SetCleanupHook (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/media/
H A DMediaEventLooper.cpp68 fEventQueue.SetCleanupHook(BMediaEventLooper::_CleanUpEntry, this); in BMediaEventLooper()
69 fRealTimeQueue.SetCleanupHook(BMediaEventLooper::_CleanUpEntry, this); in BMediaEventLooper()
H A DTimedEventQueue.cpp353 BTimedEventQueue::SetCleanupHook(cleanup_hook hook, void* context) in SetCleanupHook() function in BTimedEventQueue
/haiku/headers/os/media/
H A DTimedEventQueue.h95 void SetCleanupHook(cleanup_hook hook,