Searched defs:LOGD (Results 1 – 7 of 7) sorted by relevance
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 60 #define LOGD(fmt, ...) chreLog(CHRE_LOG_DEBUG, LOG_TAG " " fmt, ##__VA_ARGS__) macro 62 #define LOGD(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 33 #define LOGD(fmt, ...) FARF(MEDIUM, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 33 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 39 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
|
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) \ macro
|
/system/nfc/src/gki/common/ |
D | gki_buffer.c | 34 #define LOGD(format, ...) \ macro
|