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

  /external/libnfc-nxp/src/
phHal4Nfc_Reader.c 629 && (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length != 0))
637 < Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length)
641 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
644 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length -=
655 = Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length;
659 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
663 ->sLowerRecvData.buffer);
664 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer = NULL;
665 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length = 0;
    [all...]
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_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 568 milliseconds