Home
last modified time | relevance | path

Searched refs:SoundDeviceLocatorList (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/sound/
Dsoundsysteminterface.h33 typedef std::vector<SoundDeviceLocator *> SoundDeviceLocatorList; typedef
76 static void ClearSoundDeviceLocatorList(SoundDeviceLocatorList *devices);
85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;
86 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) = 0;
Dpulseaudiosoundsystem.h47 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);
48 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);
74 bool EnumerateDevices(SoundDeviceLocatorList *devices,
100 SoundDeviceLocatorList *devices,
105 SoundDeviceLocatorList *devices,
Dalsasoundsystem.h42 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
43 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
60 bool EnumerateDevices(SoundDeviceLocatorList *devices,
Dsoundsysteminterface.cc18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()
19 for (SoundDeviceLocatorList::iterator i = devices->begin(); in ClearSoundDeviceLocatorList()
Dsoundsystemproxy.h28 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
29 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
Dsoundsystemproxy.cc16 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
21 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
Dnullsoundsystem.h35 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
36 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
Dnullsoundsystem.cc109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
118 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
Dpulseaudiosoundsystem.cc1033 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
1041 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
1194 SoundSystemInterface::SoundDeviceLocatorList *devices;
1218 SoundDeviceLocatorList *devices, in OnEnumeratePlaybackDevicesCallback()
1233 SoundDeviceLocatorList *devices, in OnEnumerateCaptureDevicesCallback()
1255 SoundDeviceLocatorList *devices, in EnumerateDevices()
Dalsasoundsystem.cc477 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()
482 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
519 SoundDeviceLocatorList *devices, in EnumerateDevices()
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc105 rtc::SoundSystemInterface::SoundDeviceLocatorList list; in GetAudioDevices()
121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin(); in GetAudioDevices()