Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_interface_impl_base.h52 virtual uint32_t GetMaxVolumeInner() = 0;
H A Daudio_render_ext_impl.h89 uint32_t GetMaxVolumeInner() override;
H A Daudio_render_interface_impl.h93 uint32_t GetMaxVolumeInner() override;
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp181 EXPECT_EQ(0, audioRenderlatencyImpl_->GetMaxVolumeInner());
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp484 uint32_t AudioRenderInterfaceImpl::GetMaxVolumeInner() in GetMaxVolumeInner() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
H A Daudio_render_ext_impl.cpp514 uint32_t AudioRenderExtImpl::GetMaxVolumeInner() in GetMaxVolumeInner() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_adapter_interface_impl.cpp840 vol = audioRender->GetMaxVolumeInner(); in GetAudioVolume()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp689 EXPECT_EQ(audioRenderInterfaceImpl_->volMax_, audioRenderInterfaceImpl_->GetMaxVolumeInner());