Searched defs:techList (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Nfc/nci/jni/
H A DNativeSecureElement.cpp210 jintArray techList = NULL; local
212 SecureElement::getInstance().getTechnologyList (handle, techList);
215 return techList;
H A DSecureElement.cpp1185 ** techList: List to receive the technologies.
1190 bool SecureElement::getTechnologyList (tNFA_HANDLE eeHandle, jintArray& techList) argument
1219 // TODO: techList is neither read nor written --- bug?
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp382 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
386 if (techList[i] == techToAdd) {
392 techList[listSize] = techToAdd;
409 ScopedLocalRef<jintArray>* techList,
501 if (techList != NULL) {
502 techList->reset(e->NewIntArray(index));
503 e->SetIntArrayRegion(techList->get(), 0, index, technologies);
408 nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count, ScopedLocalRef<jintArray>* techList, ScopedLocalRef<jintArray>* handleList, ScopedLocalRef<jintArray>* libnfcTypeList) argument
H A Dcom_android_nfc_NativeNfcSecureElement.cpp155 ScopedLocalRef<jintArray> techList(e, NULL);
156 nfc_jni_get_technology_tree(e, psRemoteDevList,uNofRemoteDev, &techList, NULL, NULL);
159 if ((techList.get() != NULL) && e->GetArrayLength(techList.get()) > 0) {
160 e->GetIntArrayRegion(techList.get(), 0, 1, &SecureElementTech);
729 jintArray techList; local

Completed in 82 milliseconds