Searched refs:SoundDeviceLocatorList (Results 1 – 11 of 11) sorted by relevance
33 typedef std::vector<SoundDeviceLocator *> SoundDeviceLocatorList; typedef76 static void ClearSoundDeviceLocatorList(SoundDeviceLocatorList *devices);85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;86 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) = 0;
47 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices);48 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices);74 bool EnumerateDevices(SoundDeviceLocatorList *devices,100 SoundDeviceLocatorList *devices,105 SoundDeviceLocatorList *devices,
42 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;43 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;60 bool EnumerateDevices(SoundDeviceLocatorList *devices,
18 SoundSystemInterface::SoundDeviceLocatorList *devices) { in ClearSoundDeviceLocatorList()19 for (SoundDeviceLocatorList::iterator i = devices->begin(); in ClearSoundDeviceLocatorList()
28 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;29 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
16 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()21 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
35 bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) override;36 bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) override;
109 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()118 SoundSystemInterface::SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()
1033 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()
477 SoundDeviceLocatorList *devices) { in EnumeratePlaybackDevices()482 SoundDeviceLocatorList *devices) { in EnumerateCaptureDevices()519 SoundDeviceLocatorList *devices, in EnumerateDevices()
105 rtc::SoundSystemInterface::SoundDeviceLocatorList list; in GetAudioDevices()121 for (rtc::SoundSystemInterface::SoundDeviceLocatorList::iterator i = list.begin(); in GetAudioDevices()