Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Dvolume_data_maintainer.h67 std::unordered_map<AudioStreamType, int32_t> GetVolumeMap();
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dvolume_data_maintainer.cpp205 std::unordered_map<AudioStreamType, int32_t> VolumeDataMaintainer::GetVolumeMap() in GetVolumeMap() function in OHOS::AudioStandard::VolumeDataMaintainer
H A Daudio_adapter_manager.cpp1207 …:unordered_map<AudioStreamType, int32_t> volumeLevelMapTemp = volumeDataMaintainer_.GetVolumeMap(); in InitVolumeMap()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp1333 std::unordered_map<AudioStreamType, AudioVolumeType>& VolumeUtils::GetVolumeMap() in GetVolumeMap() function in OHOS::AudioStandard::VolumeUtils
1340 std::unordered_map<AudioStreamType, AudioVolumeType> map = GetVolumeMap(); in GetVolumeTypeFromStreamType()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h263 static std::unordered_map<AudioStreamType, AudioVolumeType>& GetVolumeMap();