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

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsystemproxy.cc 47 bool SoundSystemProxy::GetDefaultCaptureDevice(
49 return wrapped_ ? wrapped_->GetDefaultCaptureDevice(device) : false;
nullsoundsystem.h 63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
soundsystemproxy.h 49 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
nullsoundsystem.cc 141 GetDefaultCaptureDevice(&device);
152 bool NullSoundSystem::GetDefaultCaptureDevice(
soundsysteminterface.h 107 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device) = 0;
alsasoundsystem.h 63 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
pulseaudiosoundsystem.h 68 virtual bool GetDefaultCaptureDevice(SoundDeviceLocator **device);
alsasoundsystem.cc 505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc     [all...]

Completed in 624 milliseconds