Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Ddevicemanager.cc157 , 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()
Ddevicemanager.h103 SoundSystemHandle sound_system_; variable