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

  /external/chromium_org/third_party/webrtc/sound/
soundsysteminterface.cc 18 SoundSystemInterface::SoundDeviceLocatorList *devices) {
19 for (SoundDeviceLocatorList::iterator i = devices->begin();
soundsysteminterface.h 33 typedef std::vector<SoundDeviceLocator *> SoundDeviceLocatorList;
76 static void ClearSoundDeviceLocatorList(SoundDeviceLocatorList *devices);
85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;
86 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) = 0;
nullsoundsystem.h 35 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
36 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
soundsystemproxy.h 28 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
29 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
soundsystemproxy.cc 16 SoundDeviceLocatorList *devices) {
21 SoundDeviceLocatorList *devices) {
alsasoundsystem.h 42 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
43 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
60 bool EnumerateDevices(SoundDeviceLocatorList *devices,
pulseaudiosoundsystem.h 47 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
48 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
74 bool EnumerateDevices(SoundDeviceLocatorList *devices,
100 SoundDeviceLocatorList *devices,
105 SoundDeviceLocatorList *devices,
nullsoundsystem.cc 112 SoundSystemInterface::SoundDeviceLocatorList *devices) {
121 SoundSystemInterface::SoundDeviceLocatorList *devices) {
alsasoundsystem.cc 475 SoundDeviceLocatorList *devices) {
480 SoundDeviceLocatorList *devices) {
517 SoundDeviceLocatorList *devices,
pulseaudiosoundsystem.cc 1031 SoundDeviceLocatorList *devices) {
1039 SoundDeviceLocatorList *devices) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 105 rtc::SoundSystemInterface::SoundDeviceLocatorList list;
121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin();

Completed in 1068 milliseconds