HomeSort by relevance Sort by last modified time
    Searched defs:EnableBuiltInAGC (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc 70 int32_t AudioDeviceGeneric::EnableBuiltInAGC(bool enable) {
audio_device_impl.cc     [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 195 virtual int32_t EnableBuiltInAGC(bool enable) { return -1; }
  /external/webrtc/webrtc/modules/audio_device/android/
audio_record_jni.cc 40 enable_built_in_agc_(native_reg->GetMethodId("enableBuiltInAGC", "(Z)Z")),
65 bool AudioRecordJni::JavaAudioRecord::EnableBuiltInAGC(bool enable) {
203 int32_t AudioRecordJni::EnableBuiltInAGC(bool enable) {
204 ALOGD("EnableBuiltInAGC%s", GetThreadInfo().c_str());
206 return j_audio_record_->EnableBuiltInAGC(enable) ? 0 : -1;
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 196 virtual int32_t EnableBuiltInAGC(bool enable) { return -1; }
fake_audio_device.h 151 virtual int32_t EnableBuiltInAGC(bool enable) { return -1; }
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc 491 int VoEHardwareImpl::EnableBuiltInAGC(bool enable) {
496 return _shared->audio_device()->EnableBuiltInAGC(enable);

Completed in 242 milliseconds