Searched refs:notifClient (Results 1 – 1 of 1) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.cpp | 409 notif_cbf_t notifClient; in onNotify() local 416 notifClient = mNotifyClient; in onNotify() 424 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser); in onNotify() 428 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser); in onNotify() 431 notifClient(kEventEndOfStream, val1, 0, notifUser); in onNotify() 434 notifClient(kEventPrepared, val1, 0, notifUser); in onNotify() 437 notifClient(kEventChannelCount, val1, 0, notifUser); in onNotify() 440 notifClient(kEventHasVideoSize, val1, val2, notifUser); in onNotify() 443 notifClient(kEventPlay, val1, 0, notifUser); in onNotify() 446 notifClient(kEventErrorAfterPrepare, val1, 0, notifUser); in onNotify()
|