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

  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 60 phNfc_sTransactionInfo_t *pCompInfo
68 phNfc_sTransactionInfo_t *pCompInfo
269 phNfc_sTransactionInfo_t *pCompInfo
287 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo))
293 if(NFCSTATUS_SUCCESS == pCompInfo->status)
402 ps_llc_ctxt->send_cb_len = (pCompInfo->length -
412 pCompInfo->length = (pCompInfo->length -
416 pHwInfo, pCompInfo);
496 ps_llc_ctxt->send_cb_len = pCompInfo->length; *
    [all...]
phHciNfc_Felica.c 757 static phNfc_sCompletionInfo_t pCompInfo;
762 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
767 pCompInfo.status = NFCSTATUS_SUCCESS;
781 &pCompInfo);
    [all...]
phHciNfc_ISO15693.c 600 phNfc_sCompletionInfo_t pCompInfo;
608 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
614 pCompInfo.status = NFCSTATUS_SUCCESS;
624 &pCompInfo);
phHciNfc_Jewel.c 673 static phNfc_sCompletionInfo_t pCompInfo;
679 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
684 pCompInfo.status = NFCSTATUS_SUCCESS;
694 &pCompInfo);
phHciNfc_RFReaderB.c 649 phNfc_sCompletionInfo_t pCompInfo;
654 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
659 pCompInfo.status = NFCSTATUS_SUCCESS;
669 &pCompInfo);
    [all...]
phHciNfc_RFReaderA.c 842 phNfc_sCompletionInfo_t pCompInfo;
847 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
852 pCompInfo.status = NFCSTATUS_SUCCESS;
866 &pCompInfo);
    [all...]
phHciNfc_NfcIPMgmt.c 755 phNfc_sCompletionInfo_t pCompInfo;
775 pCompInfo.info = &(p_nfcipinfo->rem_nfcip_tgt_info);
792 pCompInfo.status = NFCSTATUS_SUCCESS;
795 type, &pCompInfo);
    [all...]

Completed in 444 milliseconds