Searched defs:notifUser (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp64 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { argument
70 mNotifyUser = notifUser;
411 void* notifUser; local
418 notifUser = mNotifyUser;
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);
[all...]

Completed in 524 milliseconds