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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 61 switch(psTransport->pSocketTable[socketIndex].eSocket_State)
66 psTransport->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
161 pSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketAccepted;
186 pSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnecting;
211 pSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDisconnecting;
561 if(psTransport->pSocketTable[index].eSocket_State == phFriNfc_LlcpTransportSocket_eSocketDefault && socketFound != TRUE)
579 pLlcpSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketBound;
583 else if(((psTransport->pSocketTable[index].eSocket_State == phFriNfc_LlcpTransportSocket_eSocketConnected)
584 || (psTransport->pSocketTable[index].eSocket_State == phFriNfc_LlcpTransportSocket_eSocketAccepted))
601 pLlcpSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault
    [all...]
phFriNfc_LlcpTransport.c 89 if((pSocketTable[i].eSocket_State >= phFriNfc_LlcpTransportSocket_eSocketBound) &&
205 && (pSocket->eSocket_State == phFriNfc_LlcpTransportSocket_eSocketRegistered))
207 && (pSocket->eSocket_State == phFriNfc_LlcpTransportSocket_eSocketBound)))
682 pLlcpTransport->pSocketTable[i].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault;
763 switch(pLlcpTransport->pSocketTable[i].eSocket_State)
    [all...]
phFriNfc_LlcpTransport.h 158 phFriNfc_LlcpTransportSocket_eSocketState_t eSocket_State;
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 187 pLlcpSocket->eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault;

Completed in 397 milliseconds