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

  /external/libnfc-nxp/src/
phLibNfc_initiator.c 155 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
157 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev =
158 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo;
160 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev;
170 gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo=
172 gpphLibContext->psRemoteDevList[DeviceIndx1].hTargetDev =
173 (phLibNfc_Handle)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/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 71 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,
938 target_index = find_preferred_target(psRemoteDevList, uNofRemoteDev);
944 phLibNfc_sRemoteDevInformation_t *remDevInfo = psRemoteDevList[target_index].psRemoteDevInfo;
945 phLibNfc_Handle remDevHandle = psRemoteDevList[target_index].hTargetDev;
    [all...]

Completed in 188 milliseconds