Home
last modified time | relevance | path

Searched defs:LOGE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/dragonboard/shared/utils/qrtr/lib/
Dlogging.h25 #define LOGE(fmt, ...) qlog(LOG_ERR, fmt, ##__VA_ARGS__) macro
/device/google/contexthub/util/nanotool/
Dlog.h32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) macro
/device/google/gs201/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) macro
/device/google/gs101/fingerprint/fpc1540/fp_tool/
Dfp_test.cpp10 #define LOGE(format,...) ALOGE(TAG format,##__VA_ARGS__) macro
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c52 #define LOGE(fmt, ...) do { \ macro