Searched defs:notifyFunc (Results 1 - 2 of 2) sorted by path

/frameworks/base/include/media/
H A DMediaPlayerInterface.h161 void* cookie, notify_callback_f notifyFunc) {
163 mCookie = cookie; mNotify = notifyFunc;
160 setNotifyCallback( void* cookie, notify_callback_f notifyFunc) argument
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp612 notify_callback_f notifyFunc)
638 p->setNotifyCallback(cookie, notifyFunc);
611 createPlayer(player_type playerType, void* cookie, notify_callback_f notifyFunc) argument

Completed in 95 milliseconds