Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/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()
1319 (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.cc617 (pDlContext->tCmdId); in phDnldNfc_BuildFramePkt()
1083 if (PH_DL_CMD_WRITE == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()
1165 } else if (PH_DL_CMD_READ == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc72 (gpphDnldContext->tCmdId) = PH_DL_CMD_RESET; in phDnldNfc_Reset()
130 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETVERSION; in phDnldNfc_GetVersion()
190 (gpphDnldContext->tCmdId) = PH_DL_CMD_GETSESSIONSTATE; in phDnldNfc_GetSessionState()
273 (gpphDnldContext->tCmdId) = PH_DL_CMD_CHECKINTEGRITY; in phDnldNfc_CheckIntegrity()
327 (gpphDnldContext->tCmdId) = PH_DL_CMD_READ; in phDnldNfc_ReadLog()
427 (gpphDnldContext->tCmdId) = PH_DL_CMD_WRITE; in phDnldNfc_Write()
490 (gpphDnldContext->tCmdId) = PH_DL_CMD_LOG; in phDnldNfc_Log()
555 (gpphDnldContext->tCmdId) = PH_DL_CMD_FORCE; in phDnldNfc_Force()
723 (gpphDnldContext->tCmdId) = PH_DL_CMD_NONE; in phDnldNfc_RawReq()
DphDnldNfc_Internal.h190 phDnldNfc_CmdId_t tCmdId; /* Cmd Id of the currently processed cmd */ member
DphDnldNfc_Internal.cc617 (pDlContext->tCmdId); in phDnldNfc_BuildFramePkt()
1096 if (PH_DL_CMD_WRITE == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()
1178 } else if (PH_DL_CMD_READ == (pDlContext->tCmdId)) { in phDnldNfc_UpdateRsp()