OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BuiltInAECIsAvailable
(Results
1 - 15
of
15
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_hardware.h
95
virtual bool
BuiltInAECIsAvailable
() const = 0;
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h
48
bool
BuiltInAECIsAvailable
() const override;
voe_hardware_impl.cc
467
bool VoEHardwareImpl::
BuiltInAECIsAvailable
() const {
472
return _shared->audio_device()->
BuiltInAECIsAvailable
();
/external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc
50
bool AudioDeviceGeneric::
BuiltInAECIsAvailable
() const {
audio_device_generic.h
148
virtual bool
BuiltInAECIsAvailable
() const;
audio_device_impl.h
186
bool
BuiltInAECIsAvailable
() const override;
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
189
virtual bool
BuiltInAECIsAvailable
() const { return false; }
fake_audio_device.h
147
virtual bool
BuiltInAECIsAvailable
() const { return false; }
/external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h
454
bool
BuiltInAECIsAvailable
() const override {
459
RTC_CHECK(
BuiltInAECIsAvailable
()) << "HW AEC is not available";
audio_device_unittest.cc
639
if (audio_device()->
BuiltInAECIsAvailable
()) {
[
all
...]
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h
192
virtual bool
BuiltInAECIsAvailable
() const { return false; }
/external/webrtc/webrtc/test/
mock_voice_engine.h
236
MOCK_CONST_METHOD0(
BuiltInAECIsAvailable
, bool());
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
559
virtual bool
BuiltInAECIsAvailable
() const { return false; }
webrtcvoiceengine.cc
644
const bool built_in_aec = voe_wrapper_->hw()->
BuiltInAECIsAvailable
();
[
all
...]
Completed in 204 milliseconds