Home
last modified time | relevance | path

Searched refs:NotificationEvent (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h298 NotificationEvent = 10, // AAUDIO_USAGE_NOTIFICATION_EVENT enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp212 case Usage::NotificationEvent: return "NotificationEvent"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp46 case Usage::NotificationEvent: in OpenSLES_convertOutputUsage()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp324 static_assert((int32_t)Usage::NotificationEvent == AAUDIO_USAGE_NOTIFICATION_EVENT, ERRMSG);
/third_party/typescript/lib/
Dlib.webworker.d.ts2403 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/
Dwebworker.generated.d.ts2383 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/
Dstylo.hpp136598 NotificationEvent, enumerator
137379 NotificationEvent, enumerator
140732 struct PrototypeTraits<prototypes::id::NotificationEvent>