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

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp138 notify_callback_f notifyFunc,
163 p->setNotifyCallback(cookie, notifyFunc);
135 createPlayer( player_type playerType, void* cookie, notify_callback_f notifyFunc, pid_t pid) argument
/frameworks/av/include/media/
H A DMediaPlayerInterface.h248 void* cookie, notify_callback_f notifyFunc) {
250 mCookie = cookie; mNotify = notifyFunc;
247 setNotifyCallback( void* cookie, notify_callback_f notifyFunc) argument

Completed in 1064 milliseconds