• Home
  • Raw
  • Download

Lines Matching refs:hRemoteDevice

493     phLibNfc_Handle                 hRemoteDevice,  in phLibNfc_RemoteDev_ReConnect()  argument
509 || (NULL == (void *)hRemoteDevice)) in phLibNfc_RemoteDev_ReConnect()
524 else if ((gpphLibContext->Discov_handle[0] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
525 && (gpphLibContext->Discov_handle[1] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
526 && (gpphLibContext->Discov_handle[2] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
527 && (gpphLibContext->Discov_handle[3] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
528 && (gpphLibContext->Discov_handle[4] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
529 && (gpphLibContext->Discov_handle[5] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
530 && (gpphLibContext->Discov_handle[6] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
531 && (gpphLibContext->Discov_handle[7] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
532 && (gpphLibContext->Discov_handle[8] != hRemoteDevice) in phLibNfc_RemoteDev_ReConnect()
533 && (gpphLibContext->Discov_handle[9] != hRemoteDevice)) in phLibNfc_RemoteDev_ReConnect()
539 psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t *)hRemoteDevice; in phLibNfc_RemoteDev_ReConnect()
559 gpphLibContext->Connected_handle = hRemoteDevice; in phLibNfc_RemoteDev_ReConnect()
582 phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Connect() argument
598 || (NULL == (void*)hRemoteDevice)) in phLibNfc_RemoteDev_Connect()
608 else if((gpphLibContext->Discov_handle[0] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
609 (gpphLibContext->Discov_handle[1] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
610 (gpphLibContext->Discov_handle[2] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
611 (gpphLibContext->Discov_handle[3] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
612 (gpphLibContext->Discov_handle[4] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
613 (gpphLibContext->Discov_handle[5] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
614 (gpphLibContext->Discov_handle[6] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
615 (gpphLibContext->Discov_handle[7] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
616 (gpphLibContext->Discov_handle[8] != hRemoteDevice)&& in phLibNfc_RemoteDev_Connect()
617 (gpphLibContext->Discov_handle[9] != hRemoteDevice)) in phLibNfc_RemoteDev_Connect()
621 else if ((hRemoteDevice != gpphLibContext->Connected_handle) in phLibNfc_RemoteDev_Connect()
628 psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; in phLibNfc_RemoteDev_Connect()
645 gpphLibContext->Connected_handle = hRemoteDevice; in phLibNfc_RemoteDev_Connect()
791 NFCSTATUS phLibNfc_RemoteDev_Disconnect( phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Disconnect() argument
808 (NULL == pDscntCallback)||(hRemoteDevice == 0)) in phLibNfc_RemoteDev_Disconnect()
824 else if(hRemoteDevice != gpphLibContext->Connected_handle ) in phLibNfc_RemoteDev_Disconnect()
848 psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice; in phLibNfc_RemoteDev_Disconnect()
960 phLibNfc_RemoteDev_Transceive(phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Transceive() argument
978 || (NULL == (void *)hRemoteDevice) in phLibNfc_RemoteDev_Transceive()
995 else if(gpphLibContext->Connected_handle!= hRemoteDevice ) in phLibNfc_RemoteDev_Transceive()
1003 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType)) in phLibNfc_RemoteDev_Transceive()
1022 if( (((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType == in phLibNfc_RemoteDev_Transceive()
1043 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType == in phLibNfc_RemoteDev_Transceive()
1045 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&& in phLibNfc_RemoteDev_Transceive()
1089 (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice, in phLibNfc_RemoteDev_Transceive()