Searched defs:ErrorRecovery (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1141 ErrorRecovery(errVal, _handlePlayout);
1315 ErrorRecovery(errVal, _handleRecord);
1963 int32_t AudioDeviceLinuxALSA::ErrorRecovery(int32_t error, function in class:webrtc::AudioDeviceLinuxALSA
2080 ErrorRecovery(avail_frames, _handlePlayout);
2125 ErrorRecovery(frames, _handlePlayout);
2157 ErrorRecovery(avail_frames, _handleRecord);
2185 ErrorRecovery(frames, _handleRecord);
2234 // TODO(xians): Shall we call ErrorRecovery() here?
2246 // TODO(xians): Shall we call ErrorRecovery() here?

Completed in 89 milliseconds