HomeSort by relevance Sort by last modified time
    Searched defs:GetDefaultCaptureDevice (Results 1 - 4 of 4) 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.cc 141 GetDefaultCaptureDevice(&device);
152 bool NullSoundSystem::GetDefaultCaptureDevice(
alsasoundsystem.cc 505 bool AlsaSoundSystem::GetDefaultCaptureDevice(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc     [all...]

Completed in 293 milliseconds