Searched defs:AudioManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance
78 struct AudioManagerAsyncContext { struct79 napi_env env;80 napi_async_work work;81 napi_deferred deferred;82 napi_ref callbackRef = nullptr;83 int32_t volType;84 int32_t volLevel;85 int32_t deviceType;86 int32_t ringMode;87 int32_t scene;[all …]