Home
last modified time | relevance | path

Searched refs:phLibNfc_Handle (Results 1 – 8 of 8) sorted by relevance

/external/libnfc-nxp/src/
DphLibNfc.h52 typedef uintptr_t phLibNfc_Handle; typedef
302 phLibNfc_Handle hSecureElement; /**< handle to Secure Element */
314 phLibNfc_Handle hTargetDev; /**< discovered Target handle */
413 phLibNfc_Handle hRemoteDev,
435 phLibNfc_Handle hRemoteDev,
491 phLibNfc_Handle hRemoteDev,
597 phLibNfc_Handle hSecureElement,
623 phLibNfc_Handle hSecureElement,
681 phLibNfc_Handle hRemoteDevice,
721 phLibNfc_Handle hIncomingSocket
[all …]
DphLibNfc_llcp.c37 NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice);
70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice) in static_CheckDevice()
186 NFCSTATUS phLibNfc_Llcp_CheckLlcp( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_CheckLlcp()
363 NFCSTATUS phLibNfc_Llcp_Activate( phLibNfc_Handle hRemoteDevice ) in phLibNfc_Llcp_Activate()
393 NFCSTATUS phLibNfc_Llcp_Deactivate( phLibNfc_Handle hRemoteDevice ) in phLibNfc_Llcp_Deactivate()
423 NFCSTATUS phLibNfc_Llcp_GetLocalInfo( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_GetLocalInfo()
448 NFCSTATUS phLibNfc_Llcp_GetRemoteInfo( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_GetRemoteInfo()
481 NFCSTATUS phLibNfc_Llcp_DiscoverServices( phLibNfc_Handle hRemoteDevice, in phLibNfc_Llcp_DiscoverServices()
551 phLibNfc_Handle* phSocket, in phLibNfc_Llcp_Socket()
584 *phSocket = (phLibNfc_Handle)psSocket; in phLibNfc_Llcp_Socket()
[all …]
DphLibNfc_initiator.c158 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
173 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
190 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
206 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
222 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
238 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
254 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
271 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
286 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
302 (phLibNfc_Handle)gpphLibContext->psRemoteDevList[DeviceIndx1].psRemoteDevInfo; in phLibNfc_NotificationRegister_Resp_Cb()
[all …]
DphLibNfc_SE.c388 sSecuredElementInfo[LIBNFC_SE_UICC_INDEX].hSecureElement =(phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
395 pSE_List[LIBNFC_SE_UICC_INDEX].hSecureElement = (phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
402 pSE_List->hSecureElement = (phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
418 sSecuredElementInfo[LIBNFC_SE_SMARTMX_INDEX].hSecureElement =(phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
422 pSE_List[LIBNFC_SE_SMARTMX_INDEX].hSecureElement = (phLibNfc_Handle) in phLibNfc_SE_GetSecureElementList()
441 NFCSTATUS phLibNfc_SE_SetMode ( phLibNfc_Handle hSE_Handle, in phLibNfc_SE_SetMode()
681 phLibNfc_Handle hSeHandle=0; in phLibNfc_SE_SetMode_cb()
DphLibNfc_SE.h76 phLibNfc_Handle hSetemp;
DphLibNfc_target.c81 NFCSTATUS phLibNfc_RemoteDev_Receive(phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Receive()
230 phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_Send()
DphLibNfc_ndef_raw.c118 NFCSTATUS phLibNfc_Ndef_Read( phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_Read()
372 phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_Write()
748 NFCSTATUS phLibNfc_Ndef_CheckNdef(phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_CheckNdef()
1231 (phLibNfc_Handle)psRemoteDevInfo, in phLibNfc_Reconnect_Mifare_Cb()
1247 NFCSTATUS phLibNfc_RemoteDev_FormatNdef(phLibNfc_Handle hRemoteDevice, in phLibNfc_RemoteDev_FormatNdef()
1349 phLibNfc_Handle hRemoteDevice, in phLibNfc_ConvertToReadOnlyNdef()
1878 phLibNfc_Handle hRemoteDevice, in phLibNfc_Ndef_SearchNdefContent()
DphLibNfc_discovery.c220 NFCSTATUS phLibNfc_RemoteDev_CheckPresence( phLibNfc_Handle hTargetDev, in phLibNfc_RemoteDev_CheckPresence()