Searched refs:agc_mode_to_set (Results 1 – 1 of 1) sorted by relevance
35 void TryEnablingAgcWithMode(webrtc::AgcModes agc_mode_to_set) { in TryEnablingAgcWithMode() argument36 EXPECT_EQ(0, voe_apm_->SetAgcStatus(true, agc_mode_to_set)); in TryEnablingAgcWithMode()43 EXPECT_EQ(agc_mode_to_set, agc_mode); in TryEnablingAgcWithMode()46 void TryEnablingRxAgcWithMode(webrtc::AgcModes agc_mode_to_set) { in TryEnablingRxAgcWithMode() argument47 EXPECT_EQ(0, voe_apm_->SetRxAgcStatus(channel_, true, agc_mode_to_set)); in TryEnablingRxAgcWithMode()54 EXPECT_EQ(agc_mode_to_set, agc_mode); in TryEnablingRxAgcWithMode()