Home
last modified time | relevance | path

Searched refs:HALF_OF_MAX_VOLUME (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/audio/test/unittest/common/capture/
H A Daudio_capture_common_test.cpp29 const float HALF_OF_MAX_VOLUME = 0.5; member
573 int32_t ret = capture_->SetVolume(capture_, HALF_OF_MAX_VOLUME); in HWTEST_F()
576 ASSERT_EQ(volume, HALF_OF_MAX_VOLUME); in HWTEST_F()
601 int32_t ret = capture_->SetVolume(nullptr, HALF_OF_MAX_VOLUME); in HWTEST_F()
661 int32_t ret = capture_->SetGain(capture_, HALF_OF_MAX_VOLUME); in HWTEST_F()
673 ret = capture_->SetGain(nullptr, HALF_OF_MAX_VOLUME); in HWTEST_F()
/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp32 const float HALF_OF_MAX_VOLUME = 0.5; member
402 ret = capture_->SetVolume(capture_, HALF_OF_MAX_VOLUME); in BENCHMARK_F()

Completed in 4 milliseconds