Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/inc/
DphNxpEse_Api.h142 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp);
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp598 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() argument
601 if ((NULL == pCmd) || (NULL == pRsp)) return ESESTATUS_INVALID_PARAMETER; in phNxpEse_Transceive()
603 if ((pCmd->len == 0) || pCmd->p_data == NULL) { in phNxpEse_Transceive()
614 status = phNxpEseProto7816_Transceive((phNxpEse_data*)pCmd, in phNxpEse_Transceive()
DphNxpEseProto7816_3.cpp1061 ESESTATUS phNxpEseProto7816_Transceive(phNxpEse_data* pCmd, in phNxpEseProto7816_Transceive() argument
1067 if ((NULL == pCmd) || (NULL == pRsp) || in phNxpEseProto7816_Transceive()
1075 phNxpEseProto7816_3_Var.phNxpEseNextTx_Cntx.IframeInfo.p_data = pCmd->p_data; in phNxpEseProto7816_Transceive()
1077 pCmd->len; in phNxpEseProto7816_Transceive()
1078 ALOGD_IF(ese_debug_enabled, "Transceive data ptr 0x%p len:%d", pCmd->p_data, in phNxpEseProto7816_Transceive()
1079 pCmd->len); in phNxpEseProto7816_Transceive()
DphNxpEseProto7816_3.h425 ESESTATUS phNxpEseProto7816_Transceive(phNxpEse_data* pCmd,