Lines Matching refs:buffer
260 if (psTransceiveInfo->sSendData.buffer[0] != phHal_eMifareWrite4)
265 if ((psTransceiveInfo->sSendData.buffer[1] == PH_HAL4NFC_SEL_SECTOR1_BYTE0) &&
266 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR1_BYTE1))
272 psTransceiveInfo->sSendData.buffer[i - 1] =
273 psTransceiveInfo->sSendData.buffer[i];
286 if ((psTransceiveInfo->sSendData.buffer[1] < PH_HAL4NFC_SEL_SECTOR2_BYTE0) &&
287 (psTransceiveInfo->sSendData.buffer[2] == PH_HAL4NFC_SEL_SECTOR2_BYTE_RESERVED) &&
288 (psTransceiveInfo->sSendData.buffer[3] == PH_HAL4NFC_SEL_SECTOR2_BYTE_RESERVED) &&
289 (psTransceiveInfo->sSendData.buffer[4] == PH_HAL4NFC_SEL_SECTOR2_BYTE_RESERVED))
295 psTransceiveInfo->sSendData.buffer[i - 1] =
296 psTransceiveInfo->sSendData.buffer[i];
319 (phHal_eMifareCmdList_t)psTransceiveInfo->sSendData.buffer[0];
326 psTransceiveInfo->sSendData.buffer[1];
331 psTransceiveInfo->sSendData.buffer[counter - 2] =
332 psTransceiveInfo->sSendData.buffer[counter];
357 phHal_eMifareWrite4 != psTransceiveInfo->sSendData.buffer[0]
375 (phHal_eMifareCmdList_t)psTransceiveInfo->sSendData.buffer[0];
382 psTransceiveInfo->sSendData.buffer[1];
387 psTransceiveInfo->sSendData.buffer[counter - 2] =
388 psTransceiveInfo->sSendData.buffer[counter];
422 || (NULL == psTransceiveInfo->sRecvData.buffer)
423 || (NULL == psTransceiveInfo->sSendData.buffer)
574 = psTransceiveInfo->sSendData.buffer;
583 = Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->buffer;
587 Hal4Ctxt->psTrcvCtxtInfo->psUpperSendData->buffer
645 ->psUpperRecvData->buffer,
646 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
657 and free Hal's buffer*/
663 ->buffer,
664 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
668 ->sLowerRecvData.buffer);
669 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer = NULL;
686 = psTransceiveInfo->sSendData.buffer;
1264 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
1267 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer);
1340 /*if recv buffer is Null*/
1346 /*Check if recvdata buffer given by upper layer is big enough to
1348 of bytes requested by upper layer to the buffer.Remaining
1359 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
1363 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
1366 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer,
1367 (((phNfc_sTransactionInfo_t *)pInfo)->buffer
1381 else/*Buffer provided by upper layer is big enough to hold all read
1388 (void)memcpy(Hal4Ctxt->psTrcvCtxtInfo->psUpperRecvData->buffer,
1389 ((phNfc_sTransactionInfo_t *)pInfo)->buffer,