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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 101 if(!psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL)
115 if(!psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL)
130 if(pSocket->bSocketSendPending == TRUE)
263 psLlcpSocket->bSocketSendPending = FALSE;
756 if((psLocalLlcpSocket->bSocketSendPending == TRUE) || (psLocalLlcpSocket->bSocketRecvPending == TRUE))
759 if (psLocalLlcpSocket->pfSocketSend_Cb != NULL && psLocalLlcpSocket->bSocketSendPending == TRUE)
783 psLocalLlcpSocket->bSocketSendPending = FALSE;
    [all...]
phFriNfc_LlcpTransport.h 178 bool_t bSocketSendPending;
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 191 pLlcpSocket->bSocketSendPending = FALSE;
phFriNfc_LlcpTransport.c 694 pLlcpTransport->pSocketTable[i].bSocketSendPending = FALSE;
    [all...]

Completed in 164 milliseconds