Searched refs:PulseAudioDeviceLocator (Results 1 – 1 of 1) sorted by relevance
114 class PulseAudioDeviceLocator : public SoundDeviceLocator { class116 PulseAudioDeviceLocator(const std::string &name, in PulseAudioDeviceLocator() function in rtc::PulseAudioDeviceLocator122 return new PulseAudioDeviceLocator(*this); in Copy()1229 new PulseAudioDeviceLocator(info->description, info->name)); in OnEnumeratePlaybackDevicesCallback()1250 new PulseAudioDeviceLocator(info->description, info->name)); in OnEnumerateCaptureDevicesCallback()1310 *device = new PulseAudioDeviceLocator("Default device", dev); in OnGetDefaultDeviceCallback()1372 const char *dev = static_cast<const PulseAudioDeviceLocator *>(device)-> in OpenDevice()