Home
last modified time | relevance | path

Searched refs:LlcpMacInterface (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpMac.c101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_ChkLlcp()
122 if(LlcpMac->LlcpMacInterface.activate == NULL) in phFriNfc_LlcpMac_Activate()
128 status = LlcpMac->LlcpMacInterface.activate(LlcpMac); in phFriNfc_LlcpMac_Activate()
136 if(LlcpMac->LlcpMacInterface.deactivate == NULL) in phFriNfc_LlcpMac_Deactivate()
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac); in phFriNfc_LlcpMac_Deactivate()
154 …if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext) in phFriNfc_LlcpMac_Send()
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext); in phFriNfc_LlcpMac_Send()
172 …if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==p… in phFriNfc_LlcpMac_Receive()
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext); in phFriNfc_LlcpMac_Receive()
DphFriNfc_LlcpMacNfcip.c443 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk; in phFriNfc_LlcpMac_Nfcip_Register()
444 LlcpMac->LlcpMacInterface.activate = phFriNfc_LlcpMac_Nfcip_Activate; in phFriNfc_LlcpMac_Nfcip_Register()
445 LlcpMac->LlcpMacInterface.deactivate = phFriNfc_LlcpMac_Nfcip_Deactivate; in phFriNfc_LlcpMac_Nfcip_Register()
446 LlcpMac->LlcpMacInterface.send = phFriNfc_LlcpMac_Nfcip_Send; in phFriNfc_LlcpMac_Nfcip_Register()
447 LlcpMac->LlcpMacInterface.receive = phFriNfc_LlcpMac_Nfcip_Receive; in phFriNfc_LlcpMac_Nfcip_Register()
DphFriNfc_LlcpMac.h171 phFriNfc_LlcpMac_Interface_t LlcpMacInterface; member