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

  /hardware/samsung_slsi/exynos5/libkeymaster/
tlcTeeKeymaster_log.h 45 #define LOG_E(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
  /hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
log.h 49 /** LOG_E(fmt, args...)
74 // LOG_E is always defined
75 #define _LOG_E(fmt, args...) LOG_e(fmt, ## args)
80 #define LOG_e(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
114 /** LOG_E() needs to be more prominent:
117 #define LOG_E(...) \
127 LOG_E("%s failed with \"%s\"(errno %i)", MESSAGE, strerror(errno), errno);
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 54 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
129 // Abbreviations for LOG_E macro
130 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
131 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
132 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
321 #define LOG_E(sev, ctx, err, ...) \
342 #define LOG_E(sev, ctx, err, ...) \
350 LOG_E(sev, ERRNO, err)
356 LOG_E(sev, HRESULT, err)
360 LOG_E(sev, HRESULT, GetLastError(), mod
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 54 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
126 // Abbreviations for LOG_E macro
127 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
128 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
129 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
317 #define LOG_E(sev, ctx, err, ...) \
338 #define LOG_E(sev, ctx, err, ...) \
346 LOG_E(sev, ERRNO, err)
352 LOG_E(sev, HRESULT, err)
356 LOG_E(sev, HRESULT, GetLastError(), mod
    [all...]

Completed in 42 milliseconds