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

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp380 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
391 handleList[listSize] = handleToAdd;
408 ScopedLocalRef<jintArray>* handleList,
504 if (handleList != NULL) {
505 handleList->reset(e->NewIntArray(index));
506 e->SetIntArrayRegion(handleList->get(), 0, index, handles);
406 nfc_jni_get_technology_tree(JNIEnv* e, phLibNfc_RemoteDevList_t* devList, uint8_t count, ScopedLocalRef<jintArray>* techList, ScopedLocalRef<jintArray>* handleList, ScopedLocalRef<jintArray>* libnfcTypeList) argument

Completed in 27 milliseconds