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

/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcSecureElement.cpp110 phLibNfc_RemoteDevList_t *psRemoteDevList,
134 TRACE("Protocol %d handle=%x type=%d", i, psRemoteDevList[i].hTargetDev,
135 psRemoteDevList[i].psRemoteDevInfo->RemDevType);
136 if (psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eISO14443_A_PICC) {
137 secureElementHandle = psRemoteDevList[i].hTargetDev;
149 secureElementHandle = psRemoteDevList->hTargetDev;
156 nfc_jni_get_technology_tree(e, psRemoteDevList,uNofRemoteDev, &techList, NULL, NULL);
162 SecureElementInfo = psRemoteDevList->psRemoteDevInfo;
109 com_android_nfc_jni_open_secure_element_notification_callback(void *pContext, phLibNfc_RemoteDevList_t *psRemoteDevList, uint8_t uNofRemoteDev, NFCSTATUS status) argument
H A Dcom_android_nfc_NativeNfcManager.cpp77 phLibNfc_RemoteDevList_t *psRemoteDevList,
891 static uint8_t find_preferred_target(phLibNfc_RemoteDevList_t *psRemoteDevList, argument
898 if((psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Initiator)
899 || (psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Target)) {
907 phLibNfc_RemoteDevList_t *psRemoteDevList,
939 target_index = find_preferred_target(psRemoteDevList, uNofRemoteDev);
945 phLibNfc_sRemoteDevInformation_t *remDevInfo = psRemoteDevList[target_index].psRemoteDevInfo;
946 phLibNfc_Handle remDevHandle = psRemoteDevList[target_index].hTargetDev;
1035 nfc_jni_get_technology_tree(e, psRemoteDevList,
906 nfc_jni_Discovery_notification_callback(void *pContext, phLibNfc_RemoteDevList_t *psRemoteDevList, uint8_t uNofRemoteDev, NFCSTATUS status) argument

Completed in 36 milliseconds