HomeSort by relevance Sort by last modified time
    Searched refs:psRemoteDevList (Results 1 - 6 of 6) sorted by null

  /external/libnfc-nxp/src/
phLibNfc_initiator.c 155 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
157 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev =
158 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
160 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev;
170 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
172 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev =
173 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
175 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev;
187 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
189 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev
    [all...]
phLibNfc_Internal.h 242 phLibNfc_RemoteDevList_t psRemoteDevList[MAX_REMOTE_DEVICES];
phLibNfc.h 551 * \param[in] psRemoteDevList Remote Device list contains discovered target details.
556 * In case more than one target discovered,\b psRemoteDevList contains
573 phLibNfc_RemoteDevList_t* psRemoteDevList,
    [all...]
phLibNfc_ndef_raw.c 180 gpphLibContext->psRemoteDevList->psRemoteDevInfo->SessionOpened = SESSION_OPEN;
435 gpphLibContext->psRemoteDevList->psRemoteDevInfo->SessionOpened
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 110 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;
com_android_nfc_NativeNfcManager.cpp 76 phLibNfc_RemoteDevList_t *psRemoteDevList,
890 static uint8_t find_preferred_target(phLibNfc_RemoteDevList_t *psRemoteDevList,
897 if((psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Initiator)
898 || (psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Target)) {
906 phLibNfc_RemoteDevList_t *psRemoteDevList,
946 target_index = find_preferred_target(psRemoteDevList, uNofRemoteDev);
950 phLibNfc_sRemoteDevInformation_t *remDevInfo = psRemoteDevList[target_index].psRemoteDevInfo;
951 phLibNfc_Handle remDevHandle = psRemoteDevList[target_index].hTargetDev;
    [all...]

Completed in 668 milliseconds