OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopDebugRecording
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_audio_processing.h
198
virtual int
StopDebugRecording
() = 0;
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.h
85
int
StopDebugRecording
() override;
voe_audio_processing_impl.cc
941
int VoEAudioProcessingImpl::
StopDebugRecording
() {
943
"
StopDebugRecording
()");
949
return _shared->audio_processing()->
StopDebugRecording
();
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h
63
int
StopDebugRecording
() override;
audio_processing_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
257
MOCK_METHOD0(
StopDebugRecording
,
audio_processing.h
423
// of |handle| and closes it at
StopDebugRecording
().
427
// of |handle| and closes it at
StopDebugRecording
().
435
virtual int
StopDebugRecording
() = 0;
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
86
MOCK_METHOD0(
StopDebugRecording
, int());
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc
377
EXPECT_EQ(0, voe_apm_->
StopDebugRecording
());
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
119
WEBRTC_STUB(
StopDebugRecording
, ());
754
WEBRTC_STUB(
StopDebugRecording
, ());
webrtcvoiceengine.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc
797
apm->
StopDebugRecording
();
813
apm->
StopDebugRecording
();
/external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc
[
all
...]
debug_dump_test.cc
208
apm_->
StopDebugRecording
();
Completed in 266 milliseconds