Searched refs:StopRecordingPlayout (Results 1 – 14 of 14) sorted by relevance
74 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_)); in TEST_F()
57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RecordOutput()
99 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RunMixingTest()
442 int VoEFileImpl::StopRecordingPlayout(int channel) in StopRecordingPlayout() function in webrtc::VoEFileImpl453 return _shared->output_mixer()->StopRecordingPlayout(); in StopRecordingPlayout()465 return channelPtr->StopRecordingPlayout(); in StopRecordingPlayout()
76 virtual int StopRecordingPlayout(int channel);
85 int StopRecordingPlayout();
460 int OutputMixer::StopRecordingPlayout() in StopRecordingPlayout() function in webrtc::voe::OutputMixer
254 int StopRecordingPlayout();
2472 int Channel::StopRecordingPlayout() in StopRecordingPlayout() function in webrtc::voe::Channel
119 virtual int StopRecordingPlayout(int channel) = 0;
1148 private native int StopRecordingPlayout(int channel); in StopRecordingPlayout() method in AndroidTest
1053 return veData1.file->StopRecordingPlayout(channel); in Java_org_webrtc_voiceengine_test_AndroidTest_StopRecordingPlayout()
665 res = file->StopRecordingPlayout(chan); in RunTest()
752 WEBRTC_STUB(StopRecordingPlayout, (int channel));