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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_audio_processing.h198 virtual int StopDebugRecording() = 0;
/external/webrtc/webrtc/voice_engine/
H A Dvoe_audio_processing_impl.h85 int StopDebugRecording() override;
H A Dvoe_audio_processing_impl.cc941 int VoEAudioProcessingImpl::StopDebugRecording() { function in class:webrtc::VoEAudioProcessingImpl
943 "StopDebugRecording()");
949 return _shared->audio_processing()->StopDebugRecording();
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.h63 int StopDebugRecording() override;
H A Daudio_processing_impl.cc1126 int AudioProcessingImpl::StopDebugRecording() { function in class:webrtc::AudioProcessingImpl
/external/webrtc/webrtc/modules/audio_processing/include/
H A Dmock_audio_processing.h257 MOCK_METHOD0(StopDebugRecording,
H A Daudio_processing.h423 // of |handle| and closes it at StopDebugRecording().
427 // of |handle| and closes it at StopDebugRecording().
435 virtual int StopDebugRecording() = 0;
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h86 MOCK_METHOD0(StopDebugRecording, int());
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Daudio_processing_test.cc377 EXPECT_EQ(0, voe_apm_->StopDebugRecording());
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h119 WEBRTC_STUB(StopDebugRecording, ());
754 WEBRTC_STUB(StopDebugRecording, ());
H A Dwebrtcvoiceengine.cc1051 if (voe_wrapper_->processing()->StopDebugRecording() !=
1053 LOG_RTCERR0(StopDebugRecording);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc797 apm->StopDebugRecording();
813 apm->StopDebugRecording();
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc1797 EXPECT_NOERR(apm_->StopDebugRecording());
1864 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording());
1869 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording());
1881 EXPECT_EQ(apm_->kUnsupportedFunctionError, apm_->StopDebugRecording());
1899 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording());
1904 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording());
1916 EXPECT_EQ(apm_->kUnsupportedFunctionError, apm_->StopDebugRecording());
H A Ddebug_dump_test.cc208 apm_->StopDebugRecording();

Completed in 640 milliseconds