Searched refs:notifUser (Results 1 – 4 of 4) sorted by relevance
/frameworks/wilhelm/src/android/ |
D | android_GenericPlayer.cpp | 64 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { in init() argument 70 mNotifyUser = notifUser; in init() 411 void* notifUser; in onNotify() local 418 notifUser = mNotifyUser; in onNotify() 425 notifClient(kEventPrefetchStatusChange, val1, 0, notifUser); in onNotify() 429 notifClient(kEventPrefetchFillLevelUpdate, val1, 0, notifUser); in onNotify() 432 notifClient(kEventEndOfStream, val1, 0, notifUser); in onNotify() 435 notifClient(kEventPrepared, val1, 0, notifUser); in onNotify() 438 notifClient(kEventChannelCount, val1, 0, notifUser); in onNotify() 441 notifClient(kEventHasVideoSize, val1, val2, notifUser); in onNotify() [all …]
|
D | android_defs.h | 101 typedef void (*notif_cbf_t)(int event, int data1, int data2, void* notifUser);
|
D | android_GenericPlayer.h | 63 void init(const notif_cbf_t cbf, void* notifUser);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | KeyguardNotificationVisibilityProvider.kt | 208 val notifUser = entry.sbn.user.identifier in userSettingsDisallowNotification() constant 211 notifUser == UserHandle.USER_ALL -> false in userSettingsDisallowNotification() 212 notifUser == currentUser -> false in userSettingsDisallowNotification() 213 else -> disallowForUser(notifUser) in userSettingsDisallowNotification()
|