OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_routing_mode
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.h
50
int
set_routing_mode
(RoutingMode mode) override;
echo_control_mobile_impl.cc
232
int EchoControlMobileImpl::
set_routing_mode
(RoutingMode mode) {
function in class:webrtc::EchoControlMobileImpl
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
63
MOCK_METHOD1(
set_routing_mode
,
audio_processing.h
726
virtual int
set_routing_mode
(RoutingMode mode) = 0;
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/test/
debug_dump_test.cc
437
apm_->echo_control_mobile()->
set_routing_mode
(
process_test.cc
293
apm->echo_control_mobile()->
set_routing_mode
(
[
all
...]
audio_processing_unittest.cc
[
all
...]
/frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp
438
aec->
set_routing_mode
(kAecDefaultMode);
538
aec->
set_routing_mode
(mode);
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc
648
if (_shared->audio_processing()->echo_control_mobile()->
set_routing_mode
(
[
all
...]
Completed in 3254 milliseconds