Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/group_manager_test/src/
H A Daudio_group_manager_unit_test.cpp582 auto maxVol = audioGroupMngr_->GetMaxVolume(AudioVolumeType::STREAM_RING); variable
583 ret = audioGroupMngr_->SetVolume(AudioVolumeType::STREAM_RING, maxVol);
592 EXPECT_EQ(maxVol, SecondVolume);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_adapter_interface_impl.cpp943 int32_t maxVol = AUDIO_DEFAULT_MAX_VOLUME_LEVEL; in HandleVolumeChangeEvent() local
944 ret = GetVolFromEvent(event.content, MAX_VOLUME_LEVEL, maxVol); in HandleVolumeChangeEvent()
954 audioRender->SetVolumeRangeInner(maxVol, minVol); in HandleVolumeChangeEvent()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_in_client.cpp410 float maxVol = 1.0f; in SetVolume() local
411 CHECK_AND_RETURN_RET_LOG(vol >= minVol && vol <= maxVol, ERR_INVALID_PARAM, in SetVolume()
429 float maxVol = 1.0f; in SetDuckVolume() local
430 CHECK_AND_RETURN_RET_LOG(vol >= minVol && vol <= maxVol, ERR_INVALID_PARAM, in SetDuckVolume()
/ohos5.0/foundation/multimedia/audio_framework/
H A DREADME_zh.md197 int32_t maxVol = audioSystemMgr->GetMaxVolume(streamType);
H A DREADME.md173 int32_t maxVol = audioSystemMgr->GetMaxVolume(streamType);