Searched refs:NotificationEvent (Results 1 – 7 of 7) sorted by relevance
298 NotificationEvent = 10, // AAUDIO_USAGE_NOTIFICATION_EVENT enumerator
212 case Usage::NotificationEvent: return "NotificationEvent"; in convertToText()
46 case Usage::NotificationEvent: in OpenSLES_convertOutputUsage()
324 static_assert((int32_t)Usage::NotificationEvent == AAUDIO_USAGE_NOTIFICATION_EVENT, ERRMSG);
2403 interface NotificationEvent extends ExtendableEvent { interface2408 declare var NotificationEvent: { variable2409 prototype: NotificationEvent;2410 new(type: string, eventInitDict: NotificationEventInit): NotificationEvent;2933 "notificationclick": NotificationEvent;2934 "notificationclose": NotificationEvent;2948 onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;2949 onnotificationclose: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
2383 interface NotificationEvent extends ExtendableEvent { interface2388 declare var NotificationEvent: { variable2389 prototype: NotificationEvent;2390 new(type: string, eventInitDict: NotificationEventInit): NotificationEvent;2913 "notificationclick": NotificationEvent;2914 "notificationclose": NotificationEvent;2928 onnotificationclick: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;2929 onnotificationclose: ((this: ServiceWorkerGlobalScope, ev: NotificationEvent) => any) | null;
1196 NotificationEvent: {