Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h85 int StopDebugRecording() override;
Dvoe_audio_processing_impl.cc941 int VoEAudioProcessingImpl::StopDebugRecording() { in StopDebugRecording() function in webrtc::VoEAudioProcessingImpl
949 return _shared->audio_processing()->StopDebugRecording(); in StopDebugRecording()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h198 virtual int StopDebugRecording() = 0;
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h257 MOCK_METHOD0(StopDebugRecording,
Daudio_processing.h435 virtual int StopDebugRecording() = 0;
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.h63 int StopDebugRecording() override;
Daudio_processing_impl.cc1126 int AudioProcessingImpl::StopDebugRecording() { in StopDebugRecording() function in webrtc::AudioProcessingImpl
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc797 apm->StopDebugRecording(); in RunTest()
813 apm->StopDebugRecording(); in RunTest()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc1797 EXPECT_NOERR(apm_->StopDebugRecording()); in ProcessDebugDump()
1864 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording()); in TEST_F()
1869 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording()); in TEST_F()
1881 EXPECT_EQ(apm_->kUnsupportedFunctionError, apm_->StopDebugRecording()); in TEST_F()
1899 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording()); in TEST_F()
1904 EXPECT_EQ(apm_->kNoError, apm_->StopDebugRecording()); in TEST_F()
1916 EXPECT_EQ(apm_->kUnsupportedFunctionError, apm_->StopDebugRecording()); in TEST_F()
Ddebug_dump_test.cc208 apm_->StopDebugRecording(); in StopRecording()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h119 WEBRTC_STUB(StopDebugRecording, ());
754 WEBRTC_STUB(StopDebugRecording, ());
Dwebrtcvoiceengine.cc1051 if (voe_wrapper_->processing()->StopDebugRecording() != in StopAecDump()
1053 LOG_RTCERR0(StopDebugRecording); in StopAecDump()
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc377 EXPECT_EQ(0, voe_apm_->StopDebugRecording()); in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h86 MOCK_METHOD0(StopDebugRecording, int());