Searched defs:SoundDeviceLocatorList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/sound/
H A Dsoundsysteminterface.h33 typedef std::vector<SoundDeviceLocator *> SoundDeviceLocatorList; typedef in class:rtc::SoundSystemInterface
76 static void ClearSoundDeviceLocatorList(SoundDeviceLocatorList *devices);
85 virtual bool EnumeratePlaybackDevices(SoundDeviceLocatorList *devices) = 0;
86 virtual bool EnumerateCaptureDevices(SoundDeviceLocatorList *devices) = 0;

Completed in 157 milliseconds