Searched defs:LOGD (Results 1 – 5 of 5) sorted by relevance
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | logging.h | 19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/device/google/contexthub/util/nanotool/ |
D | log.h | 35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) macro
|
/device/google/gs201/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) macro
|
/device/google/gs101/fingerprint/fpc1540/fp_tool/ |
D | fp_test.cpp | 9 #define LOGD(format,...) ALOGD(TAG format,##__VA_ARGS__) macro
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 49 #define LOGD(fmt, ...) do { \ macro
|