Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dalsasoundsystem.cc54 class AlsaDeviceLocator : public SoundDeviceLocator { class
56 AlsaDeviceLocator(const std::string &name, in AlsaDeviceLocator() function in rtc::AlsaDeviceLocator
69 return new AlsaDeviceLocator(*this); in Copy()
581 AlsaDeviceLocator *device = new AlsaDeviceLocator(desc, name); in EnumerateDevices()
606 *device = new AlsaDeviceLocator("Default device", "default"); in GetDefaultDevice()
632 const char *dev = static_cast<const AlsaDeviceLocator *>(device)-> in OpenDevice()