Lines Matching refs:index

415    int index = 0;  in nfc_jni_get_technology_tree()  local
428 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
434 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
436 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
441 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
442 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type); in nfc_jni_get_technology_tree()
449 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
450 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type); in nfc_jni_get_technology_tree()
451 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
452 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, type); in nfc_jni_get_technology_tree()
456 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
457 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO15693, handle, type); in nfc_jni_get_technology_tree()
470 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
471 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_UL, handle, type); in nfc_jni_get_technology_tree()
474 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
475 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_CLASSIC, handle, type); in nfc_jni_get_technology_tree()
481 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
482 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_FELICA, handle, type); in nfc_jni_get_technology_tree()
487 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
488 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type); in nfc_jni_get_technology_tree()
492 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
493 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_UNKNOWN, handle, type); in nfc_jni_get_technology_tree()
500 techList->reset(e->NewIntArray(index)); in nfc_jni_get_technology_tree()
501 e->SetIntArrayRegion(techList->get(), 0, index, technologies); in nfc_jni_get_technology_tree()
505 handleList->reset(e->NewIntArray(index)); in nfc_jni_get_technology_tree()
506 e->SetIntArrayRegion(handleList->get(), 0, index, handles); in nfc_jni_get_technology_tree()
510 libnfcTypeList->reset(e->NewIntArray(index)); in nfc_jni_get_technology_tree()
511 e->SetIntArrayRegion(libnfcTypeList->get(), 0, index, libnfctypes); in nfc_jni_get_technology_tree()