Searched refs:mTechLibNfcTypes (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcTag.java | 46 private int[] mTechLibNfcTypes; field in NativeNfcTag 290 for (int i = 0; i < mTechLibNfcTypes.length; i++) { in reconnect() 291 if (mTechLibNfcTypes[mConnectedTechIndex] == mTechLibNfcTypes[i]) { in reconnect() 454 if (mConnectedTechIndex != -1 && mConnectedTechIndex < mTechLibNfcTypes.length) { in getConnectedLibNfcType() 455 return mTechLibNfcTypes[mConnectedTechIndex]; in getConnectedLibNfcType() 487 int[] mNewTypeList = new int[mTechLibNfcTypes.length + 1]; in addTechnology() 488 System.arraycopy(mTechLibNfcTypes, 0, mNewTypeList, 0, mTechLibNfcTypes.length); in addTechnology() 489 mNewTypeList[mTechLibNfcTypes.length] = libnfctype; in addTechnology() 490 mTechLibNfcTypes = mNewTypeList; in addTechnology() 518 int[] mNewTypeList = new int[mTechLibNfcTypes.length - 1]; in removeTechnology() [all …]
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | NfcTag.cpp | 72 memset(mTechLibNfcTypes, 0, sizeof(mTechLibNfcTypes)); in NfcTag() 299 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol; in discoverTechnologies() 325 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol; in discoverTechnologies() 371 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol; in discoverTechnologies() 385 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol; in discoverTechnologies() 405 mTechLibNfcTypes[mNumTechList] = rfDetail.protocol; in discoverTechnologies() 415 mTechLibNfcTypes[mNumTechList] = 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 …]
|
D | NativeNfcTag.cpp | 564 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doConnect() 604 if (sCurrentActivatedProtocl == natTag.mTechLibNfcTypes[i]) { in nativeNfcTag_doConnect() 607 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doConnect() 721 natTag.mTechLibNfcTypes[sCurrentConnectedTargetIdx], in reSelect() 821 if (sCurrentActivatedProtocl == natTag.mTechLibNfcTypes[i]) { in nativeNfcTag_doReconnect() 824 sCurrentConnectedTargetProtocol = natTag.mTechLibNfcTypes[i]; in nativeNfcTag_doReconnect()
|
D | NfcTag.h | 44 int mTechLibNfcTypes[MAX_NUM_TECHNOLOGY]; // array of detailed tag types (RF variable
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/javac/ |
D | NfcNciApex.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/app/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/jarjar/ |
D | NfcNciApex.jar | org/jspecify/annotations/Nullable.class
Nullable.java
package org.jspecify.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/withres/ |
D | NfcNciApex.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/combined/ |
D | NfcNciApex.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |