Searched refs:SetExtraOptions (Results 1 – 8 of 8) sorted by relevance
500 apm_->SetExtraOptions(config); in SetUp()514 apm_->SetExtraOptions(config); in SetUp()522 apm_->SetExtraOptions(config); in SetUp()
75 void SetExtraOptions(const webrtc::Config& config) override;
642 void AudioProcessingImpl::SetExtraOptions(const webrtc::Config& config) {} in SetExtraOptions() function in webrtc::AudioProcessingImpl
92 SetExtraOptions,
510 virtual void SetExtraOptions(const webrtc::Config& config) = 0;
158 EXPECT_CALL(*apm, SetExtraOptions(::testing::_)); in TEST()203 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)); in WebRtcVoiceEngineTestFake()234 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)); in SetupChannel()314 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)); in SetSend()322 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)); in SetSendParameters()336 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)); in SetAudioSend()3073 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)).Times(10); in TEST_P()3195 EXPECT_CALL(*apm_, SetExtraOptions(::testing::_)).Times(3); in TEST_P()
584 ap->SetExtraOptions(config); in ApplyOptions()
441 ap_->SetExtraOptions(config); in HandleMessage()