Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc114 class PulseAudioDeviceLocator : public SoundDeviceLocator { class
116 PulseAudioDeviceLocator(const std::string &name, in PulseAudioDeviceLocator() function in rtc::PulseAudioDeviceLocator
122 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()