Home
last modified time | relevance | path

Searched defs:AudioVolumeGroupManagerAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/js/napi/audio_manager/src/
Daudio_volume_group_manager_napi.cpp40 struct AudioVolumeGroupManagerAsyncContext { struct
41 napi_env env;
42 napi_async_work work;
43 napi_deferred deferred;
44 napi_ref callbackRef = nullptr;
45 int32_t volType;
46 int32_t volLevel;
47 int32_t deviceType;
48 int32_t ringMode;
49 int32_t scene;
[all …]