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

/packages/apps/Nfc/nci/jni/
H A DNfcTag.cpp575 jintArray handleList = e->NewIntArray (mNumTechList); local
579 jint* handles = e->GetIntArrayElements (handleList, NULL);
590 e->ReleaseIntArrayElements (handleList, handles, 0);
597 e->SetObjectField (tag, f, handleList);
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.cpp430 int addTechIfNeeded(int *techList, int* handleList, int* typeList, int listSize, argument
441 handleList[listSize] = handleToAdd;
457 uint8_t count, jintArray* techList, jintArray* handleList,
553 if (handleList != NULL) {
554 *handleList = e->NewIntArray(index);
555 e->SetIntArrayRegion(*handleList, 0, index, handles);
456 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_NativeNfcManager.cpp1040 jintArray handleList; local
1044 &techList, &handleList, &typeList);
1051 e->SetObjectField(tag, f, handleList);

Completed in 61 milliseconds