Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc474 return (static_cast<FileAudioDevice*>(pThis)->RecThreadProcess()); in RecThreadFunc()
510 bool FileAudioDevice::RecThreadProcess() in RecThreadProcess() function in webrtc::FileAudioDevice
Dfile_audio_device.h167 bool RecThreadProcess();
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h180 bool RecThreadProcess();
Daudio_device_pulse_linux.h276 bool RecThreadProcess();
Daudio_device_alsa_linux.cc1976 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->RecThreadProcess()); in RecThreadFunc()
2054 bool AudioDeviceLinuxALSA::RecThreadProcess() in RecThreadProcess() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc2598 return (static_cast<AudioDeviceLinuxPulse*> (pThis)->RecThreadProcess()); in RecThreadFunc()
2842 bool AudioDeviceLinuxPulse::RecThreadProcess() in RecThreadProcess() function in webrtc::AudioDeviceLinuxPulse