• Home
  • Raw
  • Download

Lines Matching refs:index

464    int index = 0;  in nfc_jni_get_technology_tree()  local
477 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
483 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
485 index = addTechIfNeeded(technologies, handles, libnfctypes, index, in nfc_jni_get_technology_tree()
490 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
491 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type); in nfc_jni_get_technology_tree()
498 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
499 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type); in nfc_jni_get_technology_tree()
500 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
501 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, type); in nfc_jni_get_technology_tree()
505 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
506 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO15693, handle, type); in nfc_jni_get_technology_tree()
519 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
520 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_UL, handle, type); in nfc_jni_get_technology_tree()
523 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
524 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_MIFARE_CLASSIC, handle, type); in nfc_jni_get_technology_tree()
530 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
531 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_FELICA, handle, type); in nfc_jni_get_technology_tree()
536 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
537 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type); in nfc_jni_get_technology_tree()
541 index = addTechIfNeeded(technologies, handles, libnfctypes, in nfc_jni_get_technology_tree()
542 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_UNKNOWN, handle, type); in nfc_jni_get_technology_tree()
549 *techList = e->NewIntArray(index); in nfc_jni_get_technology_tree()
550 e->SetIntArrayRegion(*techList, 0, index, technologies); in nfc_jni_get_technology_tree()
554 *handleList = e->NewIntArray(index); in nfc_jni_get_technology_tree()
555 e->SetIntArrayRegion(*handleList, 0, index, handles); in nfc_jni_get_technology_tree()
559 *libnfcTypeList = e->NewIntArray(index); in nfc_jni_get_technology_tree()
560 e->SetIntArrayRegion(*libnfcTypeList, 0, index, libnfctypes); in nfc_jni_get_technology_tree()