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

  /external/chromium_org/third_party/webrtc/sound/
soundsystemproxy.cc 15 bool SoundSystemProxy::EnumeratePlaybackDevices(
17 return wrapped_ ? wrapped_->EnumeratePlaybackDevices(devices) : false;
nullsoundsystem.h 35 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
soundsystemproxy.h 28 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
soundsysteminterface.h 85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;
alsasoundsystem.h 42 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
nullsoundsystem.cc 111 bool NullSoundSystem::EnumeratePlaybackDevices(
pulseaudiosoundsystem.h 47 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
alsasoundsystem.cc 474 bool AlsaSoundSystem::EnumeratePlaybackDevices(
pulseaudiosoundsystem.cc 1030 bool PulseAudioSoundSystem::EnumeratePlaybackDevices(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 110 success = sound_system_->EnumeratePlaybackDevices(&list);

Completed in 197 milliseconds