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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp131 notify_callback_f notifyFunc,
156 p->setNotifyCallback(cookie, notifyFunc);
128 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc, pid_t pid) argument
/frameworks/av/include/media/
H A DMediaPlayerInterface.h250 void* cookie, notify_callback_f notifyFunc) {
252 mCookie = cookie; mNotify = notifyFunc;
249 setNotifyCallback( void* cookie, notify_callback_f notifyFunc) argument

Completed in 37 milliseconds