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

  /external/libnfc-nxp/src/
phHal4Nfc_P2P.c 306 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
496 if(NULL == Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
498 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
502 if(NULL == Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
511 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer,
522 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
531 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length
550 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
564 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
701 if (NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
    [all...]
phHal4Nfc_Reader.c 634 && (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length != 0))
642 < Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length)
646 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
649 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length -=
660 = Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length;
664 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
668 ->sLowerRecvData.buffer);
669 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer = NULL;
670 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length = 0;
    [all...]
phHal4Nfc_Internal.h 111 phNfc_sData_t sLowerRecvData;
phHal4Nfc.c 210 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
213 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
779 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
782 ->sLowerRecvData.buffer);
    [all...]

Completed in 1871 milliseconds