OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnableBuiltInNS
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
80
int32_t AudioDeviceGeneric::
EnableBuiltInNS
(bool enable) {
audio_device_impl.cc
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
197
virtual int32_t
EnableBuiltInNS
(bool enable) { return -1; }
/external/webrtc/webrtc/modules/audio_device/android/
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;
/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/webrtc/voice_engine/
voe_hardware_impl.cc
507
int VoEHardwareImpl::
EnableBuiltInNS
(bool enable) {
512
return _shared->audio_device()->
EnableBuiltInNS
(enable);
Completed in 246 milliseconds