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

  /external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc 30 bool SoundSystemProxy::GetDefaultCaptureDevice(
32 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false;
nullsoundsystem.h 46 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
soundsystemproxy.h 32 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
nullsoundsystem.cc 124 GetDefaultCaptureDevice(&device);
135 bool NullSoundSystem::GetDefaultCaptureDevice(
soundsysteminterface.h 90 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
alsasoundsystem.h 46 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
pulseaudiosoundsystem.h 51 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
alsasoundsystem.cc 488 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc 1051 bool PulseAudioSoundSystem::GetDefaultCaptureDevice(
    [all...]

Completed in 69 milliseconds