Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.cc65 (gpphDnldContext->tCmdId) = PH_DL_CMD_RESET; in phDnldNfc_Reset()
123 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETVERSION; in phDnldNfc_GetVersion()
183 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETSESSIONSTATE; in phDnldNfc_GetSessionState()
260 (gpphDnldContext->tCmdId) = PH_DL_CMD_CHECKINTEGRITY; in phDnldNfc_CheckIntegrity()
314 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_ReadLog()
412 (gpphDnldContext->tCmdId) = PH_DL_CMD_WRITE; in phDnldNfc_Write()
475 (gpphDnldContext->tCmdId) = PH_DL_CMD_LOG; in phDnldNfc_Log()
540 (gpphDnldContext->tCmdId) = PH_DL_CMD_FORCE; in phDnldNfc_Force()
695 (gpphDnldContext->tCmdId) = PH_DL_CMD_NONE; in phDnldNfc_RawReq()
1318 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_Read()
DphDnldNfc_Internal.h202 phDnldNfc_CmdId_t tCmdId; /* Cmd Id of the currently processed cmd */ member
DphDnldNfc_Internal.cc610 (pDlContext->tCmdId); in phDnldNfc_BuildFramePkt()
1070 if (PH_DL_CMD_WRITE == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()
1152 } else if (PH_DL_CMD_READ == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()