Searched defs:notifUser (Results 1 - 1 of 1) sorted by last modified time

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { argument
69 mNotifyUser = notifUser;
410 void* notifUser; local
417 notifUser = mNotifyUser;
424 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser);
428 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser);
431 notifClient(kEventEndOfStream, val1, 0, notifUser);
434 notifClient(kEventPrepared, val1, 0, notifUser);
437 notifClient(kEventChannelCount, val1, 0, notifUser);
440 notifClient(kEventHasVideoSize, val1, val2, notifUser);
[all...]

Completed in 30 milliseconds