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

/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp429 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
440 handleList[listSize] = handleToAdd;
456 uint8_t count, jintArray* techList, jintArray* handleList,
552 if (handleList != NULL) {
553 *handleList = e->NewIntArray(index);
554 e->SetIntArrayRegion(*handleList, 0, index, handles);
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.h229 uint8_t count, jintArray* techList, jintArray* handleList,
H A Dcom_android_nfc_NativeNfcManager.cpp1124 jintArray handleList; local
1128 &techList, &handleList, &typeList);
1135 e->SetObjectField(tag, f, handleList);

Completed in 55 milliseconds