Home
last modified time | relevance | path

Searched defs:LOGD (Results 1 – 7 of 7) sorted by relevance

/system/chre/util/include/chre/util/nanoapp/
Dlog.h60 #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/
Dlog.h84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h33 #define LOGD(fmt, ...) FARF(MEDIUM, fmt, ##__VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h33 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/include/chre_host/
Dlog.h39 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_buffer.c34 #define LOGD(format, ...) \ macro
/system/nfc/src/gki/common/
Dgki_buffer.c34 #define LOGD(format, ...) \ macro