Searched refs:sound_system_ (Results 1 – 2 of 2) sorted by relevance
157 , sound_system_(new PlatformSoundSystemFactory()) in DeviceManager()334 if (!sound_system_.get()) { in GetAudioDevicesByPlatform()340 success = sound_system_->EnumerateCaptureDevices(&list); in GetAudioDevicesByPlatform()342 success = sound_system_->EnumeratePlaybackDevices(&list); in GetAudioDevicesByPlatform()346 sound_system_.release(); in GetAudioDevicesByPlatform()356 sound_system_.release(); in GetAudioDevicesByPlatform()
103 SoundSystemHandle sound_system_; variable