Searched refs:StopRecordingPlayout (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_test.cc74 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_));
H A Dfile_before_streaming_test.cc57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1));
H A Dmixing_test.cc99 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_file_impl.h76 virtual int StopRecordingPlayout(int channel);
H A Doutput_mixer.h85 int StopRecordingPlayout();
H A Dvoe_file_impl.cc442 int VoEFileImpl::StopRecordingPlayout(int channel) function in class:webrtc::VoEFileImpl
445 "StopRecordingPlayout(channel=%d)", channel);
453 return _shared->output_mixer()->StopRecordingPlayout();
462 "StopRecordingPlayout() failed to locate channel");
465 return channelPtr->StopRecordingPlayout();
H A Doutput_mixer.cc460 int OutputMixer::StopRecordingPlayout() function in class:webrtc::voe::OutputMixer
463 "OutputMixer::StopRecordingPlayout()");
468 "StopRecordingPlayout() file isnot recording");
H A Dchannel.h254 int StopRecordingPlayout();
H A Dchannel.cc2472 int Channel::StopRecordingPlayout() function in class:webrtc::voe::Channel
2475 "Channel::StopRecordingPlayout()");
2480 "StopRecordingPlayout() isnot recording");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_file.h119 virtual int StopRecordingPlayout(int channel) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc1053 return veData1.file->StopRecordingPlayout(channel);
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java509 // if (0 != StopRecordingPlayout(_channel)) {
1148 private native int StopRecordingPlayout(int channel); method in class:AndroidTest
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc665 res = file->StopRecordingPlayout(chan);
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h752 WEBRTC_STUB(StopRecordingPlayout, (int channel));

Completed in 1288 milliseconds