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

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcurrent.h53 EGLint LastError; member in struct:_egl_thread_info
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_interfaces.h46 int LastError() { function in class:TbInterfaces
47 return base->LastError();
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dstatistics.cc89 int32_t Statistics::LastError() const function in class:webrtc::voe::Statistics
93 "LastError() => %d", _lastError);
/external/mesa3d/src/egl/main/
H A Deglcurrent.h53 EGLint LastError; member in struct:_egl_thread_info
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_not_impl.cc46 WebRtcAudioDeviceNotImpl::LastError() const { function in class:content::WebRtcAudioDeviceNotImpl
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp427 DWORD LastError = ::GetLastError(); local
428 ec = windows_error(LastError);
430 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Dfake_audio_device.h44 virtual ErrorCode LastError() const { return kAdmErrNone; } function in class:webrtc::FakeAudioDeviceModule
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h63 std::error_code LastError; member in class:llvm::InstrProfReader
66 InstrProfReader() : LastError(instrprof_error::success) {}
80 LastError = EC;
89 bool isEOF() { return LastError == instrprof_error::eof; }
91 bool hasError() { return LastError && !isEOF(); }
93 std::error_code getError() { return LastError; }
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc126 webrtc::AudioDeviceModule::ErrorCode FakeAudioCaptureModule::LastError() const { function in class:FakeAudioCaptureModule
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc351 int NetEqImpl::LastError() { function in class:webrtc::NetEqImpl
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc594 // LastError
597 AudioDeviceModule::ErrorCode AudioDeviceModuleImpl::LastError() const function in class:webrtc::AudioDeviceModuleImpl
1756 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, "failed to set the playout buffer (error: %d)", LastError());
/external/chromium_org/third_party/webrtc/sound/
H A Dpulseaudiosoundsystem.cc1350 << LastError();
1535 const char *PulseAudioSoundSystem::LastError() { function in class:rtc::PulseAudioSoundSystem
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc183 UdpTransport::ErrorCode UdpTransportImpl::LastError() const function in class:webrtc::test::UdpTransportImpl
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1703 cmsFloat64Number error, LastError = 1E20; local
1742 if (error >= LastError)
1746 LastError = error;

Completed in 396 milliseconds