Searched refs:StopPlayingFileAsMicrophone (Results 1 – 13 of 13) sorted by relevance
26 voe_file_->StopPlayingFileAsMicrophone(channel_); in ~BeforeStreamingFixture()35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in SwitchToManualMicrophone()
256 int VoEFileImpl::StopPlayingFileAsMicrophone(int channel) { in StopPlayingFileAsMicrophone() function in webrtc::VoEFileImpl265 return _shared->transmit_mixer()->StopPlayingFileAsMicrophone(); in StopPlayingFileAsMicrophone()276 return channelPtr->StopPlayingFileAsMicrophone(); in StopPlayingFileAsMicrophone()
57 int StopPlayingFileAsMicrophone(int channel) override;
116 int StopPlayingFileAsMicrophone();
258 int StopPlayingFileAsMicrophone();
647 int TransmitMixer::StopPlayingFileAsMicrophone() in StopPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
2202 int Channel::StopPlayingFileAsMicrophone() in StopPlayingFileAsMicrophone() function in webrtc::voe::Channel
107 virtual int StopPlayingFileAsMicrophone(int channel) = 0;
732 res = file->StopPlayingFileAsMicrophone(chan); in RunTest()755 res = file->StopPlayingFileAsMicrophone(channels[channel_index]); in RunTest()836 res = file->StopPlayingFileAsMicrophone(channels[channel_index]); in RunTest()
113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in TryDetectingSilence()
202 MOCK_METHOD1(StopPlayingFileAsMicrophone, int(int channel));
1153 private native int StopPlayingFileAsMicrophone(int channel); in StopPlayingFileAsMicrophone() method in AndroidTest
1085 return veData1.file->StopPlayingFileAsMicrophone(channel); in Java_org_webrtc_voiceengine_test_AndroidTest_StopPlayingFileAsMicrophone()