Searched defs:LowerDevice (Results 1 - 7 of 7) sorted by relevance
/external/libnfc-nxp/src/ |
H A D | phFriNfc_LlcpMac.c | 34 void *LowerDevice, 49 LlcpMac->LowerDevice = LowerDevice; 33 phFriNfc_LlcpMac_Reset(phFriNfc_LlcpMac_t *LlcpMac, void *LowerDevice, phFriNfc_LlcpMac_LinkStatus_CB_t LinkStatus_Cb, void *pContext) argument
|
H A D | phFriNfc_SmtCrdFmt.c | 77 void *LowerDevice, 87 (SendRecvBuffer == NULL) || (LowerDevice == NULL) || 108 NdefSmtCrdFmt->LowerDevice = LowerDevice; 76 phFriNfc_NdefSmtCrd_Reset(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *SendRecvBuffer, uint16_t *SendRecvBuffLen) argument
|
H A D | phFriNfc_LlcpMac.h | 177 void *LowerDevice; member in struct:phFriNfc_LlcpMac 204 void *LowerDevice,
|
H A D | phFriNfc_NdefMap.c | 93 void *LowerDevice, 106 (TrxBuffer == NULL) || (TrxBufferSize == 0) || (LowerDevice == NULL) || 128 NdefMap->LowerDevice = LowerDevice; 92 phFriNfc_NdefMap_Reset( phFriNfc_NdefMap_t *NdefMap, void *LowerDevice, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phHal_sDevInputParam_t *psDevInputParam, uint8_t *TrxBuffer, uint16_t TrxBufferSize, uint8_t *ReceiveBuffer, uint16_t *ReceiveLength, uint16_t *DataCount) argument
|
H A D | phFriNfc_Llcp.c | 1221 void *LowerDevice, 1235 if ((Llcp == NULL) || (LowerDevice == NULL) || (pfLink_CB == NULL) || 1264 result = phFriNfc_LlcpMac_Reset(&Llcp->MAC, LowerDevice, phFriNfc_Llcp_LinkStatus_CB, Llcp); 1220 phFriNfc_Llcp_Reset( phFriNfc_Llcp_t *Llcp, void *LowerDevice, phFriNfc_Llcp_sLinkParameters_t *psLinkParams, void *pRxBuffer, uint16_t nRxBufferLength, void *pTxBuffer, uint16_t nTxBufferLength, phFriNfc_Llcp_LinkStatus_CB_t pfLink_CB, void *pContext ) argument
|
H A D | phFriNfc_SmtCrdFmt.h | 305 void *LowerDevice; member in struct:phFriNfc_sNdefSmtCrdFmt 366 * \param[in] LowerDevice Overlapped HAL reference, pointing at a valid instance of this 390 void *LowerDevice,
|
H A D | phFriNfc_NdefMap.h | 813 void *LowerDevice; member in struct:phFriNfc_NdefMap 978 * \param[in] LowerDevice Overlapped HAL reference, pointing at a valid instance of this 1015 void *LowerDevice,
|
Completed in 78 milliseconds