Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_server.cpp274 int32_t volumeLevelInInt = GetSystemVolumeLevelInternal(streamInFocus); in RegisterVolumeKeyEvents()
608 return GetSystemVolumeLevelInternal(streamType); in GetSystemVolumeLevel()
611 int32_t AudioPolicyServer::GetSystemVolumeLevelInternal(AudioStreamType streamType) in GetSystemVolumeLevelInternal() function in OHOS::AudioStandard::AudioPolicyServer
759 if (!mute && GetSystemVolumeLevelInternal(streamType) == 0) { in SetSingleStreamMute()
773 volumeEvent.volume = GetSystemVolumeLevelInternal(streamType); in SetSingleStreamMute()
841 int32_t curRingVolumeLevel = GetSystemVolumeLevelInternal(STREAM_RING); in SetSingleStreamVolume()
850 volumeEvent.volume = GetSystemVolumeLevelInternal(streamType); in SetSingleStreamVolume()
1090 if (!muteState && GetSystemVolumeLevelInternal(STREAM_RING) == 0) { in SetRingerModeInternal()
H A Daudio_policy_manager_stub.cpp307 void AudioPolicyManagerStub::GetSystemVolumeLevelInternal(MessageParcel &data, MessageParcel &reply) in GetSystemVolumeLevelInternal() function in OHOS::AudioStandard::AudioPolicyManagerStub
1830 GetSystemVolumeLevelInternal(data, reply); in OnRemoteRequest()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_manager_stub.h35 void GetSystemVolumeLevelInternal(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h519 int32_t GetSystemVolumeLevelInternal(AudioStreamType streamType);