Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h1098 static const std::map<DeviceType, DeviceGroup> DEVICE_GROUP_FOR_VOLUME = { variable
1112 auto it = DEVICE_GROUP_FOR_VOLUME.find(deviceType); in GetVolumeGroupForDevice()
1113 if (it == DEVICE_GROUP_FOR_VOLUME.end()) { in GetVolumeGroupForDevice()