Home
last modified time | relevance | path

Searched refs:StopPlayingFileAsMicrophone (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc26 voe_file_->StopPlayingFileAsMicrophone(channel_); in ~BeforeStreamingFixture()
35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in SwitchToManualMicrophone()
/external/webrtc/webrtc/voice_engine/
Dvoe_file_impl.cc256 int VoEFileImpl::StopPlayingFileAsMicrophone(int channel) { in StopPlayingFileAsMicrophone() function in webrtc::VoEFileImpl
265 return _shared->transmit_mixer()->StopPlayingFileAsMicrophone(); in StopPlayingFileAsMicrophone()
276 return channelPtr->StopPlayingFileAsMicrophone(); in StopPlayingFileAsMicrophone()
Dvoe_file_impl.h57 int StopPlayingFileAsMicrophone(int channel) override;
Dtransmit_mixer.h116 int StopPlayingFileAsMicrophone();
Dchannel.h258 int StopPlayingFileAsMicrophone();
Dtransmit_mixer.cc647 int TransmitMixer::StopPlayingFileAsMicrophone() in StopPlayingFileAsMicrophone() function in webrtc::voe::TransmitMixer
Dchannel.cc2202 int Channel::StopPlayingFileAsMicrophone() in StopPlayingFileAsMicrophone() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_file.h107 virtual int StopPlayingFileAsMicrophone(int channel) = 0;
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc732 res = file->StopPlayingFileAsMicrophone(chan); in RunTest()
755 res = file->StopPlayingFileAsMicrophone(channels[channel_index]); in RunTest()
836 res = file->StopPlayingFileAsMicrophone(channels[channel_index]); in RunTest()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h202 MOCK_METHOD1(StopPlayingFileAsMicrophone, int(int channel));
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in TryDetectingSilence()
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1153 private native int StopPlayingFileAsMicrophone(int channel); in StopPlayingFileAsMicrophone() method in AndroidTest
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc1085 return veData1.file->StopPlayingFileAsMicrophone(channel); in Java_org_webrtc_voiceengine_test_AndroidTest_StopPlayingFileAsMicrophone()