HomeSort by relevance Sort by last modified time
    Searched refs:tRspBuffInfo (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc.c 81 (gpphDnldContext->tRspBuffInfo.pBuff) = NULL;
82 (gpphDnldContext->tRspBuffInfo.wLen) = 0;
144 (gpphDnldContext->tRspBuffInfo.pBuff) = pVersionInfo->pBuff;
145 (gpphDnldContext->tRspBuffInfo.wLen) = pVersionInfo->wLen;
214 (gpphDnldContext->tRspBuffInfo.pBuff) = pSession->pBuff;
215 (gpphDnldContext->tRspBuffInfo.wLen) = pSession->wLen;
303 (gpphDnldContext->tRspBuffInfo.pBuff) = pCRCData->pBuff;
304 (gpphDnldContext->tRspBuffInfo.wLen) = pCRCData->wLen;
374 (gpphDnldContext->tRspBuffInfo.pBuff) = pData->pBuff;
375 (gpphDnldContext->tRspBuffInfo.wLen) = pData->wLen
    [all...]
phDnldNfc_Internal.c 344 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo));
564 pDlCtxt->UserCb((pDlCtxt->UserCtxt),wStatus,&(pDlCtxt->tRspBuffInfo));
624 if((0 == (pDlContext->tRspBuffInfo.wLen)) || (NULL == (pDlContext->tRspBuffInfo.pBuff)))
634 wFrameLen = (pDlContext->tRspBuffInfo.wLen) + PHDNLDNFC_MIN_PLD_LEN;
637 (pDlContext->tRWInfo.wRemBytes) = (pDlContext->tRspBuffInfo.wLen);
    [all...]
phDnldNfc_Internal.h 166 phDnldNfc_Buff_t tRspBuffInfo; /* Buffer to store payload field of the received response*/

Completed in 391 milliseconds