Home
last modified time | relevance | path

Searched refs:tCmdId (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c76 (gpphDnldContext->tCmdId) = PH_DL_CMD_RESET; in phDnldNfc_Reset()
143 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETVERSION; in phDnldNfc_GetVersion()
213 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETSESSIONSTATE; in phDnldNfc_GetSessionState()
296 (gpphDnldContext->tCmdId) = PH_DL_CMD_CHECKINTEGRITY; in phDnldNfc_CheckIntegrity()
362 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_ReadLog()
482 (gpphDnldContext->tCmdId) = PH_DL_CMD_WRITE; in phDnldNfc_Write()
556 (gpphDnldContext->tCmdId) = PH_DL_CMD_LOG; in phDnldNfc_Log()
627 (gpphDnldContext->tCmdId) = PH_DL_CMD_FORCE; in phDnldNfc_Force()
822 (gpphDnldContext->tCmdId) = PH_DL_CMD_NONE; in phDnldNfc_RawReq()
1327 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_Read()
DphDnldNfc_Internal.h170 phDnldNfc_CmdId_t tCmdId; /* Cmd Id of the currently processed cmd */ member
DphDnldNfc_Internal.c674 (pDlContext->tCmdId); in phDnldNfc_BuildFramePkt()
1177 if(PH_DL_CMD_WRITE == (pDlContext->tCmdId)) in phDnldNfc_UpdateRsp()
1267 else if(PH_DL_CMD_READ == (pDlContext->tCmdId)) in phDnldNfc_UpdateRsp()