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

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

Completed in 804 milliseconds