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

  /external/webrtc/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;
soundsystemproxy.h 28 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
29 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
nullsoundsystem.h 35 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
36 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
soundsystemproxy.cc 16 SoundDeviceLocatorList *devices) {
21 SoundDeviceLocatorList *devices) {
alsasoundsystem.h 42 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;
43 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
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 109 SoundSystemInterface::SoundDeviceLocatorList *devices) {
118 SoundSystemInterface::SoundDeviceLocatorList *devices) {
alsasoundsystem.cc 477 SoundDeviceLocatorList *devices) {
482 SoundDeviceLocatorList *devices) {
519 SoundDeviceLocatorList *devices,
pulseaudiosoundsystem.cc 1033 SoundDeviceLocatorList *devices) {
1041 SoundDeviceLocatorList *devices) {
    [all...]
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 105 rtc::SoundSystemInterface::SoundDeviceLocatorList list;
121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin();

Completed in 736 milliseconds