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

  /hardware/intel/common/libmix/mix_video/src/
mixvideolog.h 17 #define LOG_E(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_ERROR, format, ##__VA_ARGS__)
22 #define LOG_E(format, ...)
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidLog.h 22 #define LOG_E LOG(ERROR)
30 #define LOG_E (std::cerr << "E: ")
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderLog.h 28 #define LOG_E ALOGE
33 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
39 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\
46 LOG_E(FUNC"Failed. ret = 0x%08x\n", ret); \
52 LOG_E(FUNC"Failed, ret = 0x%08x\n", ret); \
58 LOG_E("Invalid pointer\n"); \
  /external/honggfuzz/libcommon/
log.h 50 #define LOG_E(...) \
  /system/keymaster/include/keymaster/
logger.h 65 #define LOG_E(fmt, ...) Logger::Error(FILE_LINE fmt, __VA_ARGS__)
  /hardware/qcom/gps/msm8909/utils/
log_util.h 170 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
176 LOG_E(EXIT_ERROR_TAG, __func__, SPEC, VAL); \
  /hardware/qcom/gps/msm8909w_3100/utils/
log_util.h 148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_log_util.h 147 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
153 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
  /hardware/qcom/gps/msm8996/utils/
log_util.h 148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
  /hardware/qcom/gps/msm8998/utils/
log_util.h 148 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
154 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_log_util.h 147 #define LOG_E(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGE, ID, WHAT, SPEC, VAL)
153 LOG_E(EXIT_ERROR_TAG, __FUNCTION__, SPEC, VAL); \
  /external/webrtc/webrtc/base/
logging.h 39 // LOG_E(sev, ctx, err, ...) logs a detailed error interpreted using the
119 // Abbreviations for LOG_E macro
120 ERRCTX_EN = ERRCTX_ERRNO, // LOG_E(sev, EN, x)
121 ERRCTX_HR = ERRCTX_HRESULT, // LOG_E(sev, HR, x)
122 ERRCTX_OS = ERRCTX_OSSTATUS, // LOG_E(sev, OS, x)
305 #define LOG_E(sev, ctx, err, ...) \
314 LOG_E(sev, ERRNO, err)
320 LOG_E(sev, HRESULT, err)
324 LOG_E(sev, HRESULT, GetLastError(), mod)
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 

Completed in 238 milliseconds