Home
last modified time | relevance | path

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

/hardware/st/secure_element/ese-spi-driver/
DStEseApi.cc134 ESESTATUS StEse_Transceive(StEse_data* pCmd, StEse_data* pRsp) { in StEse_Transceive() argument
137 uint16_t pCmdlen = pCmd->len; in StEse_Transceive()
141 if ((NULL == pCmd) || (NULL == pRsp)) return ESESTATUS_INVALID_PARAMETER; in StEse_Transceive()
143 if ((pCmd->len == 0) || pCmd->p_data == NULL) { in StEse_Transceive()
156 uint8_t* CmdPart = pCmd->p_data; in StEse_Transceive()
DStEseApi.h80 ESESTATUS StEse_Transceive(StEse_data* pCmd, StEse_data* pRsp);
/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.cpp590 ESESTATUS phNxpEse_Transceive(phNxpEse_data* pCmd, phNxpEse_data* pRsp) { in phNxpEse_Transceive() argument
593 if ((NULL == pCmd) || (NULL == pRsp)) return ESESTATUS_INVALID_PARAMETER; in phNxpEse_Transceive()
595 if ((pCmd->len == 0) || pCmd->p_data == NULL) { in phNxpEse_Transceive()
606 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,
/hardware/st/nfc/st21nfc/hal/
Dhal_fd.cc37 uint8_t *pCmd; variable