Home
last modified time | relevance | path

Searched refs:LOGD_OMAPI (Results 1 – 4 of 4) sorted by relevance

/hardware/nxp/keymint/transport/
DHalToHalTransport.cpp63 LOGD_OMAPI("stop the timer"); in sendData()
79 LOGD_OMAPI("transmit failed ,close the channel"); in sendData()
87 LOGD_OMAPI("Set the timer with timeout " << timeout << " ms"); in sendData()
DOmapiTransport.cpp285 LOGD_OMAPI("stop the timer"); in sendData()
442 LOGD_OMAPI("constructed apdu: " << apdu); in internalProtectedTransmitApdu()
465 LOGD_OMAPI("Set the timer with timeout " << timeout << " ms"); in internalProtectedTransmitApdu()
475 LOGD_OMAPI("STATUS OF TRNSMIT: " << res.getExceptionCode() << " Message: " in internalProtectedTransmitApdu()
493 LOGD_OMAPI("Channel closed"); in closeChannel()
DAppletConnection.cpp67 LOGD_OMAPI("connected =" << (state?"true " : "false " ) << "reason: " << reason); in onStateChange_1_1()
190 LOGD_OMAPI("Channel number " << ::android::hardware::toString(mOpenChannel)); in transmit()
/hardware/nxp/keymint/transport/include/
DEseTransportUtils.h34 #define LOGD_OMAPI(x) \ macro