Home
last modified time | relevance | path

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

/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc.cc66 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Reset()
67 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
120 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
121 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
180 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
181 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
258 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
259 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
317 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
318 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
[all …]
DphDnldNfc_Internal.cc322 &(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessSeqState()
515 &(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessRWSeqState()
564 if ((0 == (pDlContext->tRspBuffInfo.wLen)) || in phDnldNfc_BuildFramePkt()
565 (NULL == (pDlContext->tRspBuffInfo.pBuff))) { in phDnldNfc_BuildFramePkt()
571 wFrameLen = (pDlContext->tRspBuffInfo.wLen) + PHDNLDNFC_MIN_PLD_LEN; in phDnldNfc_BuildFramePkt()
575 (pDlContext->tRWInfo.wRemBytes) = (pDlContext->tRspBuffInfo.wLen); in phDnldNfc_BuildFramePkt()
847 if ((0 != (pDlCtxt->tRspBuffInfo.wLen)) && in phDnldNfc_ProcessFrame()
848 (NULL != (pDlCtxt->tRspBuffInfo.pBuff))) { in phDnldNfc_ProcessFrame()
849 memcpy((pDlCtxt->tRspBuffInfo.pBuff), (pInfo->pBuff), in phDnldNfc_ProcessFrame()
852 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame()
[all …]
DphDnldNfc_Internal.h195 tRspBuffInfo; /* Buffer to store payload field of the received response*/ member
/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphDnldNfc.cc73 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL; in phDnldNfc_Reset()
74 (gpphDnldContext->tRspBuffInfo.wLen) = 0; in phDnldNfc_Reset()
127 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff; in phDnldNfc_GetVersion()
128 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen; in phDnldNfc_GetVersion()
187 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff; in phDnldNfc_GetSessionState()
188 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen; in phDnldNfc_GetSessionState()
271 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff; in phDnldNfc_CheckIntegrity()
272 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen; in phDnldNfc_CheckIntegrity()
330 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff; in phDnldNfc_ReadLog()
331 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen; in phDnldNfc_ReadLog()
[all …]
DphDnldNfc_Internal.cc318 &(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessSeqState()
509 &(pDlCtxt->tRspBuffInfo)); in phDnldNfc_ProcessRWSeqState()
558 if ((0 == (pDlContext->tRspBuffInfo.wLen)) || in phDnldNfc_BuildFramePkt()
559 (NULL == (pDlContext->tRspBuffInfo.pBuff))) { in phDnldNfc_BuildFramePkt()
566 (uint16_t)(pDlContext->tRspBuffInfo.wLen) + PHDNLDNFC_MIN_PLD_LEN; in phDnldNfc_BuildFramePkt()
572 (pDlContext->tRWInfo.wRemBytes) = (pDlContext->tRspBuffInfo.wLen); in phDnldNfc_BuildFramePkt()
860 if ((0 != (pDlCtxt->tRspBuffInfo.wLen)) && in phDnldNfc_ProcessFrame()
861 (NULL != (pDlCtxt->tRspBuffInfo.pBuff))) { in phDnldNfc_ProcessFrame()
862 memcpy((pDlCtxt->tRspBuffInfo.pBuff), (pInfo->pBuff), in phDnldNfc_ProcessFrame()
865 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame()
[all …]
DphDnldNfc_Internal.h183 tRspBuffInfo; /* Buffer to store payload field of the received response*/ member