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

  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
122 if(LlcpMac->LlcpMacInterface.activate == NULL)
128 status = LlcpMac->LlcpMacInterface.activate(LlcpMac);
136 if(LlcpMac->LlcpMacInterface.deactivate == NULL)
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac);
154 if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext)
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext);
172 if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext)
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext);
phFriNfc_LlcpMacNfcip.c 445 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk;
446 LlcpMac->LlcpMacInterface.activate = phFriNfc_LlcpMac_Nfcip_Activate;
447 LlcpMac->LlcpMacInterface.deactivate = phFriNfc_LlcpMac_Nfcip_Deactivate;
448 LlcpMac->LlcpMacInterface.send = phFriNfc_LlcpMac_Nfcip_Send;
449 LlcpMac->LlcpMacInterface.receive = phFriNfc_LlcpMac_Nfcip_Receive;
phFriNfc_LlcpMac.h 171 phFriNfc_LlcpMac_Interface_t LlcpMacInterface;

Completed in 21 milliseconds