Home
last modified time | relevance | path

Searched refs:notifyFunc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DMediaPlayerInterface.h186 void* cookie, notify_callback_f notifyFunc) { in setNotifyCallback() argument
188 mCookie = cookie; mNotify = notifyFunc; in setNotifyCallback()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.cpp130 notify_callback_f notifyFunc) { in createPlayer() argument
154 p->setNotifyCallback(cookie, notifyFunc); in createPlayer()
DMediaPlayerFactory.h63 notify_callback_f notifyFunc);