HomeSort by relevance Sort by last modified time
    Searched refs:kPlayoutError (Results 1 - 3 of 3) 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 56 } else if (error == AudioDeviceObserver::kPlayoutError) {
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc 447 // kPlayoutError
453 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "=> OnErrorIsReported(kPlayoutError)");
454 _ptrCbAudioDeviceObserver->OnErrorIsReported(AudioDeviceObserver::kPlayoutError);
    [all...]

Completed in 71 milliseconds