Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaPlayerInterface.h67 typedef void (*notify_callback_f)(void* cookie, typedef
186 void* cookie, notify_callback_f notifyFunc) { in setNotifyCallback()
206 notify_callback_f mNotify;
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.h63 notify_callback_f notifyFunc);
DMediaPlayerService.h52 Antagonizer(notify_callback_f cb, void* client);
65 notify_callback_f mCb;
DMediaPlayerFactory.cpp130 notify_callback_f notifyFunc) { in createPlayer()
DMediaPlayerService.cpp1131 Antagonizer::Antagonizer(notify_callback_f cb, void* client) : in Antagonizer()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.cpp489 mVePlayer[playerInst]->setNotifyCallback(this,(notify_callback_f)notify); in startPreview()