OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnableBuiltInNS
(Results
1 - 16
of
16
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_hardware.h
100
virtual int
EnableBuiltInNS
(bool enable) = 0;
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h
53
int
EnableBuiltInNS
(bool enable) override;
voe_hardware_impl.cc
507
int VoEHardwareImpl::
EnableBuiltInNS
(bool enable) {
512
return _shared->audio_device()->
EnableBuiltInNS
(enable);
/external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.h
57
bool
EnableBuiltInNS
(bool enable);
86
int32_t
EnableBuiltInNS
(bool enable);
audio_record_jni.cc
41
enable_built_in_ns_(native_reg->GetMethodId("
enableBuiltInNS
", "(Z)Z")) {}
70
bool AudioRecordJni::JavaAudioRecord::
EnableBuiltInNS
(bool enable) {
209
int32_t AudioRecordJni::
EnableBuiltInNS
(bool enable) {
210
ALOGD("
EnableBuiltInNS
%s", GetThreadInfo().c_str());
212
return j_audio_record_->
EnableBuiltInNS
(enable) ? 0 : -1;
audio_device_template.h
480
int32_t
EnableBuiltInNS
(bool enable) override {
482
return input_.
EnableBuiltInNS
(enable);
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
80
int32_t AudioDeviceGeneric::
EnableBuiltInNS
(bool enable) {
audio_device_generic.h
155
virtual int32_t
EnableBuiltInNS
(bool enable);
audio_device_impl.h
191
int32_t
EnableBuiltInNS
(bool enable) override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
197
virtual int32_t
EnableBuiltInNS
(bool enable) { return -1; }
fake_audio_device.h
153
virtual int32_t
EnableBuiltInNS
(bool enable) { return -1; }
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
197
virtual int32_t
EnableBuiltInNS
(bool enable) { return -1; }
/external/webrtc/webrtc/test/
mock_voice_engine.h
241
MOCK_METHOD1(
EnableBuiltInNS
, int(bool enable));
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
562
WEBRTC_STUB(
EnableBuiltInNS
, (bool enable));
webrtcvoiceengine.cc
732
if (voe_wrapper_->hw()->
EnableBuiltInNS
(*options.noise_suppression) ==
[
all
...]
Completed in 395 milliseconds