Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/log/
DphNxpLog.h104 # define NXPLOG_EXTNS_D(...) {if(gLog_level.extns_log_level >= NXPLOG_LOG_DEBUG_LOGLEVEL) LOG_P… macro
108 # define NXPLOG_EXTNS_D(...) macro
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp584 NXPLOG_EXTNS_D("%s found %s=%s\n", __func__, p_name, (*it)->str_value()); in find()
588 NXPLOG_EXTNS_D("%s found %s=(0x%lx)\n", __func__, p_name, (*it)->numValue()); in find()