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;
169 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
171 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev =
172 (uint32_t)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
174 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev;
186 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
188 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev
    [all...]
phLibNfc_Internal.h 238 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 178 gpphLibContext->psRemoteDevList->psRemoteDevInfo->SessionOpened = SESSION_OPEN;
432 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 75 phLibNfc_RemoteDevList_t *psRemoteDevList,
983 phLibNfc_RemoteDevList_t *psRemoteDevList,
1026 if((psRemoteDevList->psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Initiator)
1027 || (psRemoteDevList->psRemoteDevInfo->RemDevType == phNfc_eNfcIP1_Target))
    [all...]

Completed in 193 milliseconds