Searched refs:notifClient (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp410 notif_cbf_t notifClient; local
417 notifClient = mNotifyClient;
425 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser);
429 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser);
432 notifClient(kEventEndOfStream, val1, 0, notifUser);
435 notifClient(kEventPrepared, val1, 0, notifUser);
438 notifClient(kEventChannelCount, val1, 0, notifUser);
441 notifClient(kEventHasVideoSize, val1, val2, notifUser);
444 notifClient(kEventPlay, val1, 0, notifUser);
447 notifClient(kEventErrorAfterPrepar
[all...]

Completed in 55 milliseconds