Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
Dfile_test.cc74 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_)); in TEST_F()
Dfile_before_streaming_test.cc57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RecordOutput()
Dmixing_test.cc99 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RunMixingTest()
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_file_impl.cc442 int VoEFileImpl::StopRecordingPlayout(int channel) in StopRecordingPlayout() function in webrtc::VoEFileImpl
453 return _shared->output_mixer()->StopRecordingPlayout(); in StopRecordingPlayout()
465 return channelPtr->StopRecordingPlayout(); in StopRecordingPlayout()
Dvoe_file_impl.h76 virtual int StopRecordingPlayout(int channel);
Doutput_mixer.h85 int StopRecordingPlayout();
Doutput_mixer.cc460 int OutputMixer::StopRecordingPlayout() in StopRecordingPlayout() function in webrtc::voe::OutputMixer
Dchannel.h254 int StopRecordingPlayout();
Dchannel.cc2472 int Channel::StopRecordingPlayout() in StopRecordingPlayout() function in webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_file.h119 virtual int StopRecordingPlayout(int channel) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
DAndroidTest.java1148 private native int StopRecordingPlayout(int channel); in StopRecordingPlayout() method in AndroidTest
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc1053 return veData1.file->StopRecordingPlayout(channel); in Java_org_webrtc_voiceengine_test_AndroidTest_StopRecordingPlayout()
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc665 res = file->StopRecordingPlayout(chan); in RunTest()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h752 WEBRTC_STUB(StopRecordingPlayout, (int channel));