HomeSort by relevance Sort by last modified time
    Searched refs:notifUser (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) {
69 mNotifyUser = notifUser;
410 void* notifUser;
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...]
android_defs.h 99 typedef void (*notif_cbf_t)(int event, int data1, int data2, void* notifUser);
android_GenericPlayer.h 63 void init(const notif_cbf_t cbf, void* notifUser);

Completed in 29 milliseconds