Home
last modified time | relevance | path

Searched refs:GetVolumeInner (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.h51 virtual uint32_t GetVolumeInner() = 0;
H A Daudio_render_ext_impl.h88 uint32_t GetVolumeInner() override;
H A Daudio_render_interface_impl.h92 uint32_t GetVolumeInner() 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.cpp180 EXPECT_EQ(0, audioRenderlatencyImpl_->GetVolumeInner());
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp478 uint32_t AudioRenderInterfaceImpl::GetVolumeInner() in GetVolumeInner() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderInterfaceImpl
H A Daudio_render_ext_impl.cpp508 uint32_t AudioRenderExtImpl::GetVolumeInner() in GetVolumeInner() function in OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRenderExtImpl
H A Daudio_adapter_interface_impl.cpp837 vol = audioRender->GetVolumeInner(); 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.cpp673 EXPECT_EQ(audioRenderInterfaceImpl_->vol_, audioRenderInterfaceImpl_->GetVolumeInner());