Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.c80 (gpphDnldContext->tCmdId) = PH_DL_CMD_RESET; in phDnldNfc_Reset()
147 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETVERSION; in phDnldNfc_GetVersion()
217 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETSESSIONSTATE; in phDnldNfc_GetSessionState()
305 (gpphDnldContext->tCmdId) = PH_DL_CMD_CHECKINTEGRITY; in phDnldNfc_CheckIntegrity()
371 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_ReadLog()
491 (gpphDnldContext->tCmdId) = PH_DL_CMD_WRITE; in phDnldNfc_Write()
565 (gpphDnldContext->tCmdId) = PH_DL_CMD_LOG; in phDnldNfc_Log()
636 (gpphDnldContext->tCmdId) = PH_DL_CMD_FORCE; in phDnldNfc_Force()
831 (gpphDnldContext->tCmdId) = PH_DL_CMD_NONE; in phDnldNfc_RawReq()
1430 (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.c682 (pDlContext->tCmdId); in phDnldNfc_BuildFramePkt()
1189 if(PH_DL_CMD_WRITE == (pDlContext->tCmdId)) in phDnldNfc_UpdateRsp()
1279 else if(PH_DL_CMD_READ == (pDlContext->tCmdId)) in phDnldNfc_UpdateRsp()