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 592 && (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length != 0))
600 < Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length)
604 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
607 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length -=
618 = Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length;
622 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
626 ->sLowerRecvData.buffer);
627 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer = NULL;
628 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length = 0;
    [all...]
phHal4Nfc_P2P.c 303 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
493 if(NULL == Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
495 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
499 if(NULL == Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
508 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer,
519 (Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
528 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.length
547 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
561 = &(Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData);
698 if (NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
    [all...]
phHal4Nfc_Internal.h 110 phNfc_sData_t sLowerRecvData;
phHal4Nfc.c 200 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
203 Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer
719 if(NULL != Hal4Ctxt->psTrcvCtxtInfo->sLowerRecvData.buffer)
722 ->sLowerRecvData.buffer);
    [all...]

Completed in 1628 milliseconds