Searched refs:SetSystemVolumeLevelInternal (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_policy_server.cpp | 281 SetSystemVolumeLevelInternal(streamInFocus, volumeLevelInInt, true); in RegisterVolumeKeyEvents() 566 return SetSystemVolumeLevelInternal(streamType, volumeLevel, false); in SetSystemVolumeLevelLegacy() 583 …return SetSystemVolumeLevelInternal(streamType, volumeLevel, volumeFlag == VolumeFlag::FLAG_SHOW_S… in SetSystemVolumeLevel() 660 ret = SetSystemVolumeLevelInternal(streamInFocus, volumeLevelInInt + volumeStep_, false); in AdjustVolumeByStep() 665 ret = SetSystemVolumeLevelInternal(streamInFocus, volumeLevelInInt - volumeStep_, false); in AdjustVolumeByStep() 682 ret = SetSystemVolumeLevelInternal(volumeType, volumeLevelInInt + volumeStep_, false); in AdjustSystemVolumeByStep() 687 ret = SetSystemVolumeLevelInternal(volumeType, volumeLevelInInt - volumeStep_, false); in AdjustSystemVolumeByStep() 788 int32_t AudioPolicyServer::SetSystemVolumeLevelInternal(AudioStreamType streamType, int32_t volumeL… in SetSystemVolumeLevelInternal() function in OHOS::AudioStandard::AudioPolicyServer 1092 SetSystemVolumeLevelInternal(STREAM_RING, 1, false); in SetRingerModeInternal()
|
H A D | audio_policy_manager_stub.cpp | 212 void AudioPolicyManagerStub::SetSystemVolumeLevelInternal(MessageParcel &data, MessageParcel &reply) in SetSystemVolumeLevelInternal() function in OHOS::AudioStandard::AudioPolicyManagerStub 1824 SetSystemVolumeLevelInternal(data, reply); in OnRemoteRequest()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/ |
H A D | audio_policy_manager_stub.h | 33 void SetSystemVolumeLevelInternal(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/ |
H A D | audio_policy_server.h | 516 …int32_t SetSystemVolumeLevelInternal(AudioStreamType streamType, int32_t volumeLevel, bool isUpdat…
|