Searched refs:notifClient (Results 1 – 1 of 1) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.cpp | 410 notif_cbf_t notifClient; in onNotify() local 417 notifClient = mNotifyClient; in onNotify() 425 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser); in onNotify() 429 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser); in onNotify() 432 notifClient(kEventEndOfStream, val1, 0, notifUser); in onNotify() 435 notifClient(kEventPrepared, val1, 0, notifUser); in onNotify() 438 notifClient(kEventChannelCount, val1, 0, notifUser); in onNotify() 441 notifClient(kEventHasVideoSize, val1, val2, notifUser); in onNotify() 444 notifClient(kEventPlay, val1, 0, notifUser); in onNotify() 447 notifClient(kEventErrorAfterPrepare, val1, 0, notifUser); in onNotify()
|