HomeSort by relevance Sort by last modified time
    Searched refs:kRecordingError (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_device/include/
audio_device_defines.h 33 enum ErrorCode { kRecordingError = 0, kPlayoutError = 1 };
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 53 if (error == AudioDeviceObserver::kRecordingError) {
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 471 // kRecordingError
477 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "=> OnErrorIsReported(kRecordingError)");
478 _ptrCbAudioDeviceObserver->OnErrorIsReported(AudioDeviceObserver::kRecordingError);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc 50 : error_(kRecordingError),
    [all...]

Completed in 109 milliseconds