Searched refs:voe_volume_control_ (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | volume_test.cc | 30 bool success = voe_volume_control_->SetMicVolume(volume) == 0; in SetAndVerifyMicVolume() 40 success = voe_volume_control_->GetMicVolume(test_volume) == 0; in SetAndVerifyMicVolume() 53 bool success = voe_volume_control_->SetInputMute(channel_, enable) == 0; in SetAndVerifyInputMute() 63 success = voe_volume_control_->GetInputMute(channel_, is_muted) == 0; in SetAndVerifyInputMute() 88 EXPECT_EQ(-1, voe_volume_control_->SetSpeakerVolume(256)); in TEST_F() 89 EXPECT_EQ(-1, voe_volume_control_->SetMicVolume(256)); in TEST_F() 92 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, -0.1f, 0.5f)); in TEST_F() 93 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 1.1f, 0.5f)); in TEST_F() 94 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 0.5f, -0.1f)); in TEST_F() 95 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 0.5f, 1.1f)); in TEST_F() [all …]
|
D | audio_processing_test.cc | 112 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, true)); in TryDetectingSilence() 127 EXPECT_EQ(0, voe_volume_control_->SetInputMute(channel_, false)); in TryDetectingSpeechAfterSilence()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.cc | 109 voe_volume_control_(0), in VoETestManager() 133 voe_volume_control_ = VoEVolumeControl::GetInterface(voice_engine_); in GetInterfaces() 174 if (voe_volume_control_) { in ReleaseInterfaces() 175 voe_volume_control_->Release(); in ReleaseInterfaces() 176 voe_volume_control_ = NULL; in ReleaseInterfaces()
|
D | voe_standard_test.h | 144 return voe_volume_control_; in VolumeControlPtr() 198 VoEVolumeControl* voe_volume_control_; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_initialization_fixture.cc | 21 voe_volume_control_ = webrtc::VoEVolumeControl::GetInterface(voice_engine_); in BeforeInitializationFixture() 36 voe_volume_control_->Release(); in ~BeforeInitializationFixture()
|
D | before_initialization_fixture.h | 60 webrtc::VoEVolumeControl* voe_volume_control_; variable
|