Searched refs:LOG_E (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h98 // Abbreviations for LOG_E macro
99 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
100 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
101 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
200 #define LOG_E(sev, ctx, err, ...) \ macro
204 #define LOG_ERRNO_EX(sev, err) LOG_E(sev, ERRNO, err)
209 #define LOG_GLE_EX(sev, err) LOG_E(sev, HRESULT, err)
211 #define LOG_GLEM(sev, mod) LOG_E(sev, HRESULT, GetLastError(), mod)
/external/chromium_org/third_party/webrtc/base/
H A Dmacsocketserver.cc266 LOG_E(LS_ERROR, OS, result) << "SendEventToEventTarget";
277 LOG_E(LS_VERBOSE, OS, result) << "ReceiveNextEvent";
280 LOG_E(LS_WARNING, OS, result) << "ReceiveNextEvent";
296 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue";
372 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue";
H A Dlogging.h39 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
111 // Abbreviations for LOG_E macro
112 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
113 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
114 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
298 #define LOG_E(sev, ctx, err, ...) \ macro
307 LOG_E(sev, ERRNO, err)
313 LOG_E(sev, HRESULT, err)
317 LOG_E(sev, HRESULT, GetLastError(), mod)
H A Dmacutils.cc82 LOG_E(LS_ERROR, OS, result) << "Gestalt(" << str << ")";
H A Dmacwindowpicker.cc188 LOG_E(LS_ERROR, OS, err) << "Failed to enumerate the active displays.";
H A Dphysicalsocketserver.cc1348 LOG_E(LS_ERROR, EN, errno) << "select";
/external/chromium_org/jingle/glue/
H A Dlogging_unittest.cc5 // Note: this test tests LOG_V and LOG_E since all other logs are expressed
140 LOG_E(LS_INFO, EN, kFakeError) << "LOG_E(" << AsString(rtc::LS_INFO) <<
155 // LOG_E

Completed in 194 milliseconds