Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/
DMediaPlayerFactory.cpp138 notify_callback_f notifyFunc, in createPlayer() argument
163 p->setNotifyCallback(cookie, notifyFunc); in createPlayer()
DMediaPlayerFactory.h69 notify_callback_f notifyFunc,
/frameworks/av/include/media/
DMediaPlayerInterface.h248 void* cookie, notify_callback_f notifyFunc) { in setNotifyCallback() argument
250 mCookie = cookie; mNotify = notifyFunc; in setNotifyCallback()