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 88 if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL)
102 if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL)
116 if(pSocket->bSocketSendPending == TRUE)
263 psLlcpSocket->bSocketSendPending = FALSE;
752 if((psLocalLlcpSocket->bSocketSendPending == TRUE) || (psLocalLlcpSocket->bSocketRecvPending == TRUE))
755 if (psLocalLlcpSocket->pfSocketSend_Cb != NULL && psLocalLlcpSocket->bSocketSendPending == TRUE)
779 psLocalLlcpSocket->bSocketSendPending = FALSE;
    [all...]
phFriNfc_LlcpTransport.h 179 bool_t bSocketSendPending;
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 194 pLlcpSocket->bSocketSendPending = FALSE;
phFriNfc_LlcpTransport.c 702 pLlcpTransport->pSocketTable[i].bSocketSendPending = FALSE;
    [all...]

Completed in 309 milliseconds