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 62 phNfc_sTransactionInfo_t *pCompInfo
70 phNfc_sTransactionInfo_t *pCompInfo
283 phNfc_sTransactionInfo_t *pCompInfo
301 if ((NULL != ps_llc_ctxt) && (NULL != pCompInfo) && (NULL != pHwInfo))
307 if(NFCSTATUS_SUCCESS == pCompInfo->status)
416 ps_llc_ctxt->send_cb_len = (pCompInfo->length -
426 pCompInfo->length = (pCompInfo->length -
430 pHwInfo, pCompInfo);
510 ps_llc_ctxt->send_cb_len = pCompInfo->length; *
    [all...]
phHciNfc_Felica.c 792 static phNfc_sCompletionInfo_t pCompInfo;
797 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
802 pCompInfo.status = NFCSTATUS_SUCCESS;
816 &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 843 phNfc_sCompletionInfo_t pCompInfo;
848 pCompInfo.status = NFCSTATUS_MULTIPLE_TAGS;
853 pCompInfo.status = NFCSTATUS_SUCCESS;
867 &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 222 milliseconds