Searched refs:sound_system_ (Results 1 – 2 of 2) sorted by relevance
92 : sound_system_(new rtc::PlatformSoundSystemFactory()) { in LinuxDeviceManager()102 if (!sound_system_.get()) { in GetAudioDevices()108 success = sound_system_->EnumerateCaptureDevices(&list); in GetAudioDevices()110 success = sound_system_->EnumeratePlaybackDevices(&list); in GetAudioDevices()114 sound_system_.release(); in GetAudioDevices()127 sound_system_.release(); in GetAudioDevices()
50 rtc::SoundSystemHandle sound_system_; variable