Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h191 int32_t RecProc(LONGLONG& consumedTime);
Daudio_device_wave_win.cc3135 while ((nRecordedBytes = RecProc(recTime)) > 0) in ThreadProcess()
3185 int32_t AudioDeviceWindowsWave::RecProc(LONGLONG& consumedTime) in RecProc() function in webrtc::AudioDeviceWindowsWave