HomeSort by relevance Sort by last modified time
    Searched defs:GetDefaultPlaybackDevice (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/sound/
soundsystemproxy.cc 42 bool SoundSystemProxy::GetDefaultPlaybackDevice(
44 return wrapped_ ? wrapped_->GetDefaultPlaybackDevice(device) : false;
nullsoundsystem.cc 132 GetDefaultPlaybackDevice(&device);
146 bool NullSoundSystem::GetDefaultPlaybackDevice(
alsasoundsystem.cc 501 bool AlsaSoundSystem::GetDefaultPlaybackDevice(SoundDeviceLocator **device) {
pulseaudiosoundsystem.cc     [all...]

Completed in 509 milliseconds