Searched refs:NXPLOG_ITEM_EXTNS (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/nfc/pn8x/halimpl/log/ |
D | phNxpLog.h | 82 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)
|
D | phNxpLog.cc | 26 const char* NXPLOG_ITEM_EXTNS = "NxpExtns"; variable
|
/hardware/nxp/nfc/snxxx/halimpl/log/ |
D | phNxpLog.h | 83 extern const char* NXPLOG_ITEM_EXTNS; /* Android logging tag for NxpExtns */ 116 LOG_PRI(ANDROID_LOG_DEBUG, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \ 122 LOG_PRI(ANDROID_LOG_WARN, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \ 127 LOG_PRI(ANDROID_LOG_ERROR, NXPLOG_ITEM_EXTNS, __VA_ARGS__); \ 314 #define NXPLOG_EXTNS_ENTRY() NXPLOG_FUNC_ENTRY(NXPLOG_ITEM_EXTNS) 315 #define NXPLOG_EXTNS_EXIT() NXPLOG_FUNC_EXIT(NXPLOG_ITEM_EXTNS)
|
D | phNxpLog.cc | 26 const char* NXPLOG_ITEM_EXTNS = "NxpExtns"; variable
|