Searched refs:techList (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp429 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
433 if (techList[i] == techToAdd) {
439 techList[listSize] = techToAdd;
456 uint8_t count, jintArray* techList, jintArray* handleList,
547 if (techList != NULL) {
548 *techList = e->NewIntArray(index);
549 e->SetIntArrayRegion(*techList, 0, index, technologies);
455 nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count, jintArray* techList, jintArray* handleList, jintArray* libnfcTypeList) argument
H A Dcom_android_nfc_NativeNfcSecureElement.cpp155 jintArray techList; local
156 nfc_jni_get_technology_tree(e, psRemoteDevList,uNofRemoteDev, &techList, NULL, NULL);
159 if ((techList != NULL) && e->GetArrayLength(techList) > 0) {
160 e->GetIntArrayRegion(techList, 0, 1, &SecureElementTech);
173 e->DeleteLocalRef(techList);
709 jintArray techList; local
714 techList = e->NewIntArray(1);
715 e->SetIntArrayRegion(techList, 0, 1, &SecureElementTech);
716 return techList;
[all...]
H A Dcom_android_nfc_NativeNfcTag.cpp305 jintArray techList = (jintArray) e->GetObjectField(tag, techListField); local
306 jint *techId = e->GetIntArrayElements(techList, 0);
307 int techListLength = e->GetArrayLength(techList);
371 e->ReleaseIntArrayElements(techList, techId, 0);
391 jintArray techList = (jintArray) e->GetObjectField(tag, techListField); local
392 int techListLength = e->GetArrayLength(techList);
393 jint *techId = e->GetIntArrayElements(techList, 0);
444 e->ReleaseIntArrayElements(techList, techId, 0);
H A Dcom_android_nfc.h229 uint8_t count, jintArray* techList, jintArray* handleList,
H A Dcom_android_nfc_NativeNfcManager.cpp1123 jintArray techList; local
1128 &techList, &handleList, &typeList);
1132 e->SetObjectField(tag, f, techList);

Completed in 49 milliseconds