Searched refs:StopPlayingFileAsMicrophone (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dbefore_streaming_fixture.cc26 voe_file_->StopPlayingFileAsMicrophone(channel_);
35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.h61 virtual int StopPlayingFileAsMicrophone(int channel);
H A Dvoe_file_impl.cc320 int VoEFileImpl::StopPlayingFileAsMicrophone(int channel) function in class:webrtc::VoEFileImpl
323 "StopPlayingFileAsMicrophone(channel=%d)", channel);
332 return _shared->transmit_mixer()->StopPlayingFileAsMicrophone();
342 "StopPlayingFileAsMicrophone() failed to locate channel");
345 return channelPtr->StopPlayingFileAsMicrophone();
H A Dtransmit_mixer.h116 int StopPlayingFileAsMicrophone();
H A Dchannel.h250 int StopPlayingFileAsMicrophone();
H A Dtransmit_mixer.cc646 int TransmitMixer::StopPlayingFileAsMicrophone() function in class:webrtc::voe::TransmitMixer
649 "TransmitMixer::StopPlayingFileAsMicrophone()");
655 "StopPlayingFileAsMicrophone() isnot playing");
H A Dchannel.cc2279 int Channel::StopPlayingFileAsMicrophone() function in class:webrtc::voe::Channel
2282 "Channel::StopPlayingFileAsMicrophone()");
2290 "StopPlayingFileAsMicrophone() isnot playing");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_file.h29 // file->StopPlayingFileAsMicrophone(ch);
107 virtual int StopPlayingFileAsMicrophone(int channel) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc720 res = file->StopPlayingFileAsMicrophone(chan);
743 res = file->StopPlayingFileAsMicrophone(channels[channel_index]);
801 res = file->StopPlayingFileAsMicrophone(channels[channel_index]);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Daudio_processing_test.cc113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_));
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.cc312 return voe_data->file->StopPlayingFileAsMicrophone(channel);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc1096 return veData1.file->StopPlayingFileAsMicrophone(channel);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java497 * if (0 != StopPlayingFileAsMicrophone(_channel)) {
1153 private native int StopPlayingFileAsMicrophone(int channel); method in class:AndroidTest
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h744 WEBRTC_STUB(StopPlayingFileAsMicrophone, (int channel));
H A Dwebrtcvoiceengine.cc1350 "StopPlayingFileAsMicrophone() isnot playing (error=8088)",
2482 engine()->voe()->file()->StopPlayingFileAsMicrophone(channel) == -1) {
2483 LOG_RTCERR1(StopPlayingFileAsMicrophone, channel);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc2267 TEST((ret = _veFilePtr->StopPlayingFileAsMicrophone(channel) == 0),
2268 _T("StopPlayingFileAsMicrophone(channel=%d)"), channel);
2304 TEST((ret = _veFilePtr->StopPlayingFileAsMicrophone(channel) == 0),
2305 _T("StopPlayingFileAsMicrophone(channel=%d)"), channel);
2944 TEST(_veFilePtr->StopPlayingFileAsMicrophone(channel) == 0,
2945 _T("StopPlayingFileAsMicrophone(channel=%d)"), channel);

Completed in 5649 milliseconds