Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7862 int currentVolume = GetSystemVolumeLevel(STREAM_VOICE_CALL); in OnDeviceInfoUpdated() local
7863 AUDIO_INFO_LOG("currentVolume: %{public}d", currentVolume); in OnDeviceInfoUpdated()
7864 SetSystemVolumeLevel(STREAM_VOICE_CALL, currentVolume); in OnDeviceInfoUpdated()