Home
last modified time | relevance | path

Searched refs:gain (Results 1 - 5 of 5) sorted by relevance

/test/xts/hats/hdf/audio/idl/common/render/src/
H A Daudio_render_common_test.cpp517 float gain; in HWTEST_F() local
518 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->GetGain(nullptr, &gain)); in HWTEST_F()
523 float gain; in HWTEST_F() local
524 int32_t ret = render_->GetGain(render_, &gain); in HWTEST_F()
669 float gain = 1.0; in HWTEST_F() local
670 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->SetGain(nullptr, gain)); in HWTEST_F()
675 float gain = 1.0; in HWTEST_F() local
676 int32_t ret = render_->SetGain(render_, gain); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp590 float gain = GAIN_VALUE; in BENCHMARK_F() local
593 ret = capture_->SetGain(capture_, gain); in BENCHMARK_F()
609 float gain; in BENCHMARK_F() local
612 ret = capture_->GetGain(capture_, &gain); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp480 float gain = GAIN_VALUE; in BENCHMARK_F() local
483 ret = render_->SetGain(render_, gain); in BENCHMARK_F()
499 float gain; in BENCHMARK_F() local
502 ret = render_->GetGain(render_, &gain); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp487 float gain = 1.1; in HWTEST_F() local
490 int32_t ret = capture_->SetGain(capture_, gain); in HWTEST_F()
504 float gain = 2.0; in HWTEST_F() local
507 int32_t ret = capture_->SetGain(capture_, gain); in HWTEST_F()
555 float gain = 2.0; in HWTEST_F() local
560 ret = capture_->GetGain(capture_, &gain); in HWTEST_F()
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
H A DAudioRenderCommonTest.cpp3359 float gain = 0.1; in HWTEST_F() local
3362 ret = render_->GetGain(render_, &gain); in HWTEST_F()
3379 float gain = 0.1; in HWTEST_F() local
3382 ret = render_->SetGain(render_, gain); in HWTEST_F()

Completed in 12 milliseconds