Home
last modified time | relevance | path

Searched refs:ReceiverBusyCondition (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c1067 if(psLocalLlcpSocket->ReceiverBusyCondition != TRUE) in Handle_Receive_IFrame()
1070 psLocalLlcpSocket->ReceiverBusyCondition = TRUE; in Handle_Receive_IFrame()
1137 if(psLocalLlcpSocket->ReceiverBusyCondition != TRUE) in Handle_Receive_IFrame()
1140 psLocalLlcpSocket->ReceiverBusyCondition = TRUE; in Handle_Receive_IFrame()
2168 pLlcpSocket->ReceiverBusyCondition = FALSE; in phFriNfc_LlcpTransport_ConnectionOriented_Close()
2354 if(pLlcpSocket->ReceiverBusyCondition == TRUE) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2357 pLlcpSocket->ReceiverBusyCondition = FALSE; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2432 …LengthAvailable >= pLlcpSocket->sSocketOption.miu) && (pLlcpSocket->ReceiverBusyCondition == TRUE)) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2435 pLlcpSocket->ReceiverBusyCondition = FALSE; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
DphFriNfc_LlcpTransport_Connectionless.c198 pLlcpSocket->ReceiverBusyCondition = FALSE; in phFriNfc_LlcpTransport_Connectionless_Close()
DphFriNfc_LlcpTransport.h195 bool_t ReceiverBusyCondition; member
DphFriNfc_LlcpTransport.c697 pLlcpTransport->pSocketTable[i].ReceiverBusyCondition = FALSE; in phFriNfc_LlcpTransport_Reset()