Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc271 RecThreadFunc, this, "webrtc_audio_module_capture_thread")); in StartRecording()
472 bool FileAudioDevice::RecThreadFunc(void* pThis) in RecThreadFunc() function in webrtc::FileAudioDevice
Dfile_audio_device.h165 static bool RecThreadFunc(void*);
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h178 static bool RecThreadFunc(void*);
Daudio_device_pulse_linux.h274 static bool RecThreadFunc(void*);
Daudio_device_alsa_linux.cc1367 RecThreadFunc, this, "webrtc_audio_module_capture_thread")); in StartRecording()
1974 bool AudioDeviceLinuxALSA::RecThreadFunc(void* pThis) in RecThreadFunc() function in webrtc::AudioDeviceLinuxALSA
Daudio_device_pulse_linux.cc204 RecThreadFunc, this, "webrtc_audio_module_rec_thread")); in Init()
2596 bool AudioDeviceLinuxPulse::RecThreadFunc(void* pThis) in RecThreadFunc() function in webrtc::AudioDeviceLinuxPulse