Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.cc288 AudioDeviceLinuxPulse* pulseDevice = new AudioDeviceLinuxPulse(Id()); in CreatePlatformSpecificObjects() local
289 if (pulseDevice->Init() != -1) in CreatePlatformSpecificObjects()
291 ptrAudioDevice = pulseDevice; in CreatePlatformSpecificObjects()
296 delete pulseDevice; in CreatePlatformSpecificObjects()