Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h849 int32_t DealWithSafeVolume(const int32_t volumeLevel, bool isA2dpDevice);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp611 sVolumeLevel = DealWithSafeVolume(volumeLevel, true); in SelectDealSafeVolume()
618 sVolumeLevel = DealWithSafeVolume(volumeLevel, false); in SelectDealSafeVolume()
5969 int32_t AudioPolicyService::DealWithSafeVolume(const int32_t volumeLevel, bool isA2dpDevice) in DealWithSafeVolume() function in OHOS::AudioStandard::AudioPolicyService
6050 sVolumeLevel = DealWithSafeVolume(volumeLevel, true); in HandleAbsBluetoothVolume()
6074 sVolumeLevel = DealWithSafeVolume(volumeLevel, true); in SetA2dpDeviceVolume()