Searched defs:AudioRoutingManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance
46 struct AudioRoutingManagerAsyncContext { struct47 napi_env env;48 napi_async_work work;49 napi_deferred deferred;50 napi_ref callbackRef = nullptr;51 int32_t deviceFlag;52 int32_t status = SUCCESS;53 int32_t deviceType;54 bool isActive;55 bool isTrue;[all …]