Searched defs:techList (Results 1 – 5 of 5) sorted by relevance
| /packages/apps/Nfc/nxp/jni/ |
| D | com_android_nfc.cpp | 380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, in addTechIfNeeded() 407 ScopedLocalRef<jintArray>* techList, in nfc_jni_get_technology_tree()
|
| D | com_android_nfc_NativeNfcTag.cpp | 307 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
|
| D | com_android_nfc_NativeNfcManager.cpp | 1031 ScopedLocalRef<jintArray> techList(e, NULL); in nfc_jni_Discovery_notification_callback() local
|
| /packages/apps/Nfc/nci/jni/ |
| D | NfcTag.cpp | 641 ScopedLocalRef<jintArray> techList(e, e->NewIntArray(mNumTechList)); in fillNativeNfcTagMembers1() local
|
| /packages/apps/Nfc/src/com/android/nfc/ |
| D | NfcService.java | 1034 public void addNfcUnlockHandler(INfcUnlockHandler unlockHandler, int[] techList) { in addNfcUnlockHandler() 1054 private int computeLockscreenPollMask(int[] techList) { in computeLockscreenPollMask()
|