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

/system/media/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp61 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { argument
67 mNotifyUser = notifUser;
399 void* notifUser; local
406 notifUser = mNotifyUser;
413 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser);
416 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser);
419 notifClient(kEventEndOfStream, val1, 0, notifUser);
422 notifClient(kEventPrepared, val1, 0, notifUser);
425 notifClient(kEventChannelCount, val1, 0, notifUser);
428 notifClient(kEventHasVideoSize, val1, val2, notifUser);
[all...]

Completed in 3837 milliseconds