Searched refs:set_stream_has_voice (Results 1 – 5 of 5) sorted by relevance
35 int set_stream_has_voice(bool has_voice) override;
95 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() function in webrtc::VoiceDetectionImpl
153 MOCK_METHOD1(set_stream_has_voice,
936 virtual int set_stream_has_voice(bool has_voice) = 0;
1477 apm_->voice_detection()->set_stream_has_voice(true)); in TEST_F()1480 apm_->voice_detection()->set_stream_has_voice(false)); in TEST_F()