Home
last modified time | relevance | path

Searched refs:mTechLibNfcTypes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java46 private int[] mTechLibNfcTypes; field in NativeNfcTag
339 for (int i = 0; i < mTechLibNfcTypes.length; i++) { in reconnect()
340 if (mTechLibNfcTypes[mConnectedTechIndex] == mTechLibNfcTypes[i]) { in reconnect()
503 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechLibNfcTypes.length) { in getConnectedLibNfcType()
504 return mTechLibNfcTypes[mConnectedTechIndex]; in getConnectedLibNfcType()
536 int[] mNewTypeList = new int[mTechLibNfcTypes.length + 1]; in addTechnology()
537 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length); in addTechnology()
538 mNewTypeList[mTechLibNfcTypes.length] = libnfctype; in addTechnology()
539 mTechLibNfcTypes = mNewTypeList; in addTechnology()
567 int[] mNewTypeList = new int[mTechLibNfcTypes.length - 1]; in removeTechnology()
[all …]
/packages/modules/Nfc/NfcNci/nci/jni/
DNfcTag.cpp72 memset(mTechLibNfcTypes, 0, sizeof(mTechLibNfcTypes)); in NfcTag()
299 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
325 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
371 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
385 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
405 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
415 mTechLibNfcTypes[index] = rfDetail.protocol; in discoverTechnologies()
432 mTechList[i], mTechHandles[i], mTechLibNfcTypes[i]); in discoverTechnologies()
434 mNfcStatsUtil->logNfcTagType(mTechLibNfcTypes[mTechListTail], in discoverTechnologies()
611 mNativeData->tProtocols[i] = mTechLibNfcTypes[i]; in fillNativeNfcTagMembers1()
[all …]
DNativeNfcTag.cpp577 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doConnect()
617 if (sCurrentActivatedProtocl == natTag.mTechLibNfcTypes[i]) { in nativeNfcTag_doConnect()
620 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doConnect()
732 natTag.mTechLibNfcTypes[sCurrentConnectedTargetIdx]); in reSelect()
736 natTag.mTechLibNfcTypes[sCurrentConnectedTargetIdx], in reSelect()
847 if (sCurrentActivatedProtocl == natTag.mTechLibNfcTypes[i]) { in nativeNfcTag_doReconnect()
850 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doReconnect()
DNfcTag.h44 int mTechLibNfcTypes[MAX_NUM_TECHNOLOGY]; // array of detailed tag types (RF variable