Searched refs:NotificationEvent (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Definitions.h | 298 NotificationEvent = 10, // AAUDIO_USAGE_NOTIFICATION_EVENT enumerator
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | Utilities.cpp | 212 case Usage::NotificationEvent: return "NotificationEvent"; in convertToText()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | AudioOutputStreamOpenSLES.cpp | 46 case Usage::NotificationEvent: in OpenSLES_convertOutputUsage()
|
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
D | AAudioLoader.cpp | 324 static_assert((int32_t)Usage::NotificationEvent == AAUDIO_USAGE_NOTIFICATION_EVENT, ERRMSG);
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 2403 interface NotificationEvent extends ExtendableEvent { interface 2408 declare var NotificationEvent: { variable 2409 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;
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 2383 interface NotificationEvent extends ExtendableEvent { interface 2388 declare var NotificationEvent: { variable 2389 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;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 136598 NotificationEvent, enumerator 137379 NotificationEvent, enumerator 140732 struct PrototypeTraits<prototypes::id::NotificationEvent>
|