Searched refs:pCmd (Results 1 – 4 of 4) sorted by relevance
142 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp);
598 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() argument601 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()
1061 ESESTATUS phNxpEseProto7816_Transceive(phNxpEse_data* pCmd, in phNxpEseProto7816_Transceive() argument1067 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()
425 ESESTATUS phNxpEseProto7816_Transceive(phNxpEse_data* pCmd,