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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp139 notify_callback_f notifyFunc) {
163 p->setNotifyCallback(cookie, notifyFunc);
136 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc) argument
/frameworks/av/include/media/
H A DMediaPlayerInterface.h204 void* cookie, notify_callback_f notifyFunc) {
206 mCookie = cookie; mNotify = notifyFunc;
203 setNotifyCallback( void* cookie, notify_callback_f notifyFunc) argument

Completed in 43 milliseconds