Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc469 return (static_cast<FileAudioDevice*>(pThis)->PlayThreadProcess()); in PlayThreadFunc()
477 bool FileAudioDevice::PlayThreadProcess() in PlayThreadProcess() function in webrtc::FileAudioDevice
Dfile_audio_device.h168 bool PlayThreadProcess();
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h181 bool PlayThreadProcess();
Daudio_device_pulse_linux.h277 bool PlayThreadProcess();
Daudio_device_alsa_linux.cc1971 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->PlayThreadProcess()); in PlayThreadFunc()
1979 bool AudioDeviceLinuxALSA::PlayThreadProcess() in PlayThreadProcess() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc2593 return (static_cast<AudioDeviceLinuxPulse*> (pThis)->PlayThreadProcess()); in PlayThreadFunc()
2601 bool AudioDeviceLinuxPulse::PlayThreadProcess() in PlayThreadProcess() function in webrtc::AudioDeviceLinuxPulse