Home
last modified time | relevance | path

Searched refs:notify_callback_f (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/include/media/
DMediaPlayerInterface.h69 typedef void (*notify_callback_f)(void* cookie, typedef
250 void* cookie, notify_callback_f notifyFunc) { in setNotifyCallback()
257 notify_callback_f notifyCB;
277 notify_callback_f mNotify;
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.h69 notify_callback_f notifyFunc,
DMediaPlayerService.h52 Antagonizer(notify_callback_f cb, void* client);
65 notify_callback_f mCb;
DMediaPlayerFactory.cpp131 notify_callback_f notifyFunc, in createPlayer()
DMediaPlayerService.cpp1336 Antagonizer::Antagonizer(notify_callback_f cb, void* client) : in Antagonizer()