Searched refs:PulseAudioDeviceLocator (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/sound/
H A Dpulseaudiosoundsystem.cc114 class PulseAudioDeviceLocator : public SoundDeviceLocator { class in namespace:rtc
116 PulseAudioDeviceLocator(const std::string &name, function in class:rtc::PulseAudioDeviceLocator
122 return new PulseAudioDeviceLocator(*this);
1229 new PulseAudioDeviceLocator(info->description, info->name));
1250 new PulseAudioDeviceLocator(info->description, info->name));
1310 *device = new PulseAudioDeviceLocator("Default device", dev);
1372 const char *dev = static_cast<const PulseAudioDeviceLocator *>(device)->

Completed in 220 milliseconds