Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp243 return maxVolumeIndexMap_[volumeType]; in GetMaxVolumeLevel()
1788 maxVolumeIndexMap_[streamType] = MAX_VOLUME_LEVEL; in InitVolumeMapIndex()
1792 maxVolumeIndexMap_[streamType], volumeDataMaintainer_.GetStreamVolume(streamType)); in InitVolumeMapIndex()
1804 maxVolumeIndexMap_[streamVolInfo->streamType] = streamVolInfo->maxLevel; in UpdateVolumeMapIndex()
1808 maxVolumeIndexMap_[streamVolInfo->streamType], in UpdateVolumeMapIndex()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h286 std::unordered_map<AudioStreamType, int> maxVolumeIndexMap_; variable