HomeSort by relevance Sort by last modified time
    Searched refs:BuiltInNSIsAvailable (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/voice_engine/include/
voe_hardware.h 99 virtual bool BuiltInNSIsAvailable() const = 0;
  /external/webrtc/webrtc/voice_engine/
voe_hardware_impl.h 52 bool BuiltInNSIsAvailable() const override;
voe_hardware_impl.cc 499 bool VoEHardwareImpl::BuiltInNSIsAvailable() const {
504 return _shared->audio_device()->BuiltInNSIsAvailable();
  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.cc 75 bool AudioDeviceGeneric::BuiltInNSIsAvailable() const {
audio_device_generic.h 150 virtual bool BuiltInNSIsAvailable() const;
audio_device_impl.h 190 bool BuiltInNSIsAvailable() const override;
audio_device_impl.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 191 virtual bool BuiltInNSIsAvailable() const { return false; }
fake_audio_device.h 152 virtual bool BuiltInNSIsAvailable() const { return false; }
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 476 bool BuiltInNSIsAvailable() const override {
481 RTC_CHECK(BuiltInNSIsAvailable()) << "HW NS is not available";
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 196 virtual bool BuiltInNSIsAvailable() const { return false; }
  /external/webrtc/webrtc/test/
mock_voice_engine.h 240 MOCK_CONST_METHOD0(BuiltInNSIsAvailable, bool());
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 563 virtual bool BuiltInNSIsAvailable() const { return false; }
webrtcvoiceengine.cc 730 const bool built_in_ns = voe_wrapper_->hw()->BuiltInNSIsAvailable();
    [all...]

Completed in 356 milliseconds