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

  /external/libnfc-nxp/src/
phLibNfc_llcp.c 37 NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice);
70 STATIC NFCSTATUS static_CheckDevice(phLibNfc_Handle hRemoteDevice)
72 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
74 if (hRemoteDevice == NULL)
91 if(hRemoteDevice != gpphLibContext->Connected_handle)
186 NFCSTATUS phLibNfc_Llcp_CheckLlcp( phLibNfc_Handle hRemoteDevice,
193 phLibNfc_sRemoteDevInformation_t* psRemoteDevInfo = (phLibNfc_sRemoteDevInformation_t*)hRemoteDevice;
203 if ((hRemoteDevice == 0) ||
222 if(hRemoteDevice != gpphLibContext->Connected_handle)
363 NFCSTATUS phLibNfc_Llcp_Activate( phLibNfc_Handle hRemoteDevice )
    [all...]
phLibNfc.h 668 *\param[in] hRemoteDevice handle to remote device on which NDEF detection is done.
681 phLibNfc_Handle hRemoteDevice,
    [all...]
phLibNfc_initiator.c 493 phLibNfc_Handle hRemoteDevice,
509 || (NULL == (void *)hRemoteDevice))
524 else if ((gpphLibContext->Discov_handle[0] != hRemoteDevice)
525 && (gpphLibContext->Discov_handle[1] != hRemoteDevice)
526 && (gpphLibContext->Discov_handle[2] != hRemoteDevice)
527 && (gpphLibContext->Discov_handle[3] != hRemoteDevice)
528 && (gpphLibContext->Discov_handle[4] != hRemoteDevice)
529 && (gpphLibContext->Discov_handle[5] != hRemoteDevice)
530 && (gpphLibContext->Discov_handle[6] != hRemoteDevice)
531 && (gpphLibContext->Discov_handle[7] != hRemoteDevice)
    [all...]
phLibNfc_target.c 81 NFCSTATUS phLibNfc_RemoteDev_Receive(phLibNfc_Handle hRemoteDevice,
99 || (0 == hRemoteDevice))
110 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType))
115 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice)
230 phLibNfc_Handle hRemoteDevice,
253 || (0 == hRemoteDevice))
264 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType))
270 else if(gpphLibContext->sNfcIp_Context.Rem_Initiator_Handle != hRemoteDevice)
311 ((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType;
phLibNfc_ndef_raw.c 118 NFCSTATUS phLibNfc_Ndef_Read( phLibNfc_Handle hRemoteDevice,
136 || (0 == hRemoteDevice))
148 else if(hRemoteDevice != gpphLibContext->Connected_handle)
182 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType ==
184 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&&
372 phLibNfc_Handle hRemoteDevice,
390 || (0 ==hRemoteDevice))
403 else if(hRemoteDevice != gpphLibContext->Connected_handle)
437 if((((phHal_sRemoteDevInformation_t*)hRemoteDevice)->RemDevType ==
439 hRemoteDevice)->RemoteDevInfo.Iso14443A_Info.Sak != 0)&
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeLlcpSocket.cpp 116 phLibNfc_Handle hRemoteDevice;
122 hRemoteDevice = nfc_jni_get_p2p_device_handle(e,o);
133 ret = phLibNfc_Llcp_Connect(hRemoteDevice,
171 phLibNfc_Handle hRemoteDevice;
177 hRemoteDevice = nfc_jni_get_p2p_device_handle(e,o);
192 ret = phLibNfc_Llcp_ConnectByUri(hRemoteDevice,
252 phLibNfc_Handle hRemoteDevice;
259 hRemoteDevice = nfc_jni_get_p2p_device_handle(e,o);
273 ret = phLibNfc_Llcp_Send(hRemoteDevice,
313 phLibNfc_Handle hRemoteDevice;
    [all...]
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 61 phLibNfc_Handle hRemoteDevice;
68 hRemoteDevice = nfc_jni_get_p2p_device_handle(e,o);
82 ret = phLibNfc_Llcp_SendTo(hRemoteDevice,
125 phLibNfc_Handle hRemoteDevice;
155 hRemoteDevice = nfc_jni_get_p2p_device_handle(e,o);
163 ret = phLibNfc_Llcp_RecvFrom(hRemoteDevice,

Completed in 712 milliseconds