Home
last modified time | relevance | path

Searched refs:NXPLOG_ITEM_EXTNS (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/halimpl/log/
DphNxpLog.h82 extern const char* NXPLOG_ITEM_EXTNS; /* Android logging tag for NxpExtns */
115 LOG_PRI(ANDROID_LOG_DEBUG, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \
121 LOG_PRI(ANDROID_LOG_WARN, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \
126 LOG_PRI(ANDROID_LOG_ERROR, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \
313 #define NXPLOG_EXTNS_ENTRY() NXPLOG_FUNC_ENTRY(NXPLOG_ITEM_EXTNS)
314 #define NXPLOG_EXTNS_EXIT() NXPLOG_FUNC_EXIT(NXPLOG_ITEM_EXTNS)
DphNxpLog.cc26 const char* NXPLOG_ITEM_EXTNS = "NxpExtns"; variable