Searched refs:maxVolumeIndexMap_ (Results 1 – 2 of 2) sorted by relevance
243 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()
286 std::unordered_map<AudioStreamType, int> maxVolumeIndexMap_; variable