Home
last modified time | relevance | path

Searched refs:notifUser (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_GenericPlayer.cpp63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { in init() argument
69 mNotifyUser = notifUser; in init()
410 void* notifUser; in onNotify() local
417 notifUser = mNotifyUser; in onNotify()
424 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser); in onNotify()
428 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser); in onNotify()
431 notifClient(kEventEndOfStream, val1, 0, notifUser); in onNotify()
434 notifClient(kEventPrepared, val1, 0, notifUser); in onNotify()
437 notifClient(kEventChannelCount, val1, 0, notifUser); in onNotify()
440 notifClient(kEventHasVideoSize, val1, val2, notifUser); in onNotify()
[all …]
Dandroid_defs.h99 typedef void (*notif_cbf_t)(int event, int data1, int data2, void* notifUser);
Dandroid_GenericPlayer.h63 void init(const notif_cbf_t cbf, void* notifUser);