OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuiltInAGCIsAvailable
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_hardware.h
97
virtual bool
BuiltInAGCIsAvailable
() const = 0;
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h
50
bool
BuiltInAGCIsAvailable
() const override;
voe_hardware_impl.cc
483
bool VoEHardwareImpl::
BuiltInAGCIsAvailable
() const {
488
return _shared->audio_device()->
BuiltInAGCIsAvailable
();
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
65
bool AudioDeviceGeneric::
BuiltInAGCIsAvailable
() const {
audio_device_generic.h
149
virtual bool
BuiltInAGCIsAvailable
() const;
audio_device_impl.h
188
bool
BuiltInAGCIsAvailable
() const override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
190
virtual bool
BuiltInAGCIsAvailable
() const { return false; }
fake_audio_device.h
150
virtual bool
BuiltInAGCIsAvailable
() const { return false; }
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
465
bool
BuiltInAGCIsAvailable
() const override {
470
RTC_CHECK(
BuiltInAGCIsAvailable
()) << "HW AGC is not available";
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
194
virtual bool
BuiltInAGCIsAvailable
() const { return false; }
/external/webrtc/webrtc/test/
mock_voice_engine.h
238
MOCK_CONST_METHOD0(
BuiltInAGCIsAvailable
, bool());
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
561
virtual bool
BuiltInAGCIsAvailable
() const { return false; }
webrtcvoiceengine.cc
683
const bool built_in_agc = voe_wrapper_->hw()->
BuiltInAGCIsAvailable
();
[
all
...]
Completed in 257 milliseconds