Searched refs:StopDebugRecording (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_audio_processing_impl.h | 85 int StopDebugRecording() override;
|
D | voe_audio_processing_impl.cc | 941 int VoEAudioProcessingImpl::StopDebugRecording() { in StopDebugRecording() function in webrtc::VoEAudioProcessingImpl 949 return _shared->audio_processing()->StopDebugRecording(); in StopDebugRecording()
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_audio_processing.h | 198 virtual int StopDebugRecording() = 0;
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
D | mock_audio_processing.h | 257 MOCK_METHOD0(StopDebugRecording,
|
D | audio_processing.h | 435 virtual int StopDebugRecording() = 0;
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.h | 63 int StopDebugRecording() override;
|
D | audio_processing_impl.cc | 1126 int AudioProcessingImpl::StopDebugRecording() { in StopDebugRecording() function in webrtc::AudioProcessingImpl
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 797 apm->StopDebugRecording(); in RunTest() 813 apm->StopDebugRecording(); in RunTest()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 1797 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()
|
D | debug_dump_test.cc | 208 apm_->StopDebugRecording(); in StopRecording()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 119 WEBRTC_STUB(StopDebugRecording, ()); 754 WEBRTC_STUB(StopDebugRecording, ());
|
D | webrtcvoiceengine.cc | 1051 if (voe_wrapper_->processing()->StopDebugRecording() != in StopAecDump() 1053 LOG_RTCERR0(StopDebugRecording); in StopAecDump()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | audio_processing_test.cc | 377 EXPECT_EQ(0, voe_apm_->StopDebugRecording()); in TEST_F()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 86 MOCK_METHOD0(StopDebugRecording, int());
|