Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp474 volMin_ = volMin; in SetVolumeRangeInner()
493 return volMin_; in GetMinVolumeInner()
H A Daudio_render_ext_impl.cpp504 volMin_ = volMin; in SetVolumeRangeInner()
523 return volMin_; in GetMinVolumeInner()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_ext_impl.h127 uint32_t volMin_ = 0; variable
H A Daudio_render_interface_impl.h120 uint32_t volMin_ = 0; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp705 EXPECT_EQ(audioRenderInterfaceImpl_->volMin_, audioRenderInterfaceImpl_->GetMinVolumeInner());