Home
last modified time | relevance | path

Searched defs:techList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, in addTechIfNeeded()
407 ScopedLocalRef<jintArray>* techList, in nfc_jni_get_technology_tree()
Dcom_android_nfc_NativeNfcTag.cpp307 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); in set_target_pollBytes() local
388 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); in set_target_activationBytes() local
Dcom_android_nfc_NativeNfcManager.cpp1031 ScopedLocalRef<jintArray> techList(e, NULL); in nfc_jni_Discovery_notification_callback() local
/packages/apps/Nfc/nci/jni/
DNfcTag.cpp641 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java1034 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler()
1054 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask()