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

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 45 phFriNfc_LlcpTransport_Socket_t* pSocketTable = pSocket->psTransport->pSocketTable;
53 if((pSocketTable[i].eSocket_State >= phFriNfc_LlcpTransportSocket_eSocketBound) &&
54 (pSocketTable[i].socket_sSap == sap))
178 pLlcpTransport->pSocketTable[i].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault;
179 pLlcpTransport->pSocketTable[i].eSocket_Type = phFriNfc_LlcpTransport_eDefaultType;
180 pLlcpTransport->pSocketTable[i].index = i;
181 pLlcpTransport->pSocketTable[i].pContext = NULL;
182 pLlcpTransport->pSocketTable[i].pListenContext = NULL;
183 pLlcpTransport->pSocketTable[i].pAcceptContext = NULL
    [all...]
phFriNfc_LlcpTransport_Connection.c 112 switch(psTransport->pSocketTable[psTransport->socketIndex].eSocket_State)
117 psTransport->pSocketTable[psTransport->socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
119 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext,status);
120 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb = NULL;
121 psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext = NULL;
127 psTempLlcpSocket = psTransport->pSocketTable[psTransport->socketIndex];
130 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[psTransport->socketIndex]);
139 if(!psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 43 if(pLlcpTransport->pSocketTable[i].socket_sSap == dsap && pLlcpTransport->pSocketTable[i].bSocketRecvPending == TRUE)
46 pLlcpTransport->pSocketTable[i].bSocketRecvPending = FALSE;
49 memcpy(pLlcpTransport->pSocketTable[i].sSocketRecvBuffer->buffer,psData->buffer,psData->length);
52 *pLlcpTransport->pSocketTable[i].receivedLength = psData->length;
55 pLlcpTransport->pSocketTable[i].pfSocketRecvFrom_Cb(pLlcpTransport->pSocketTable[i].pRecvContext,ssap,NFCSTATUS_SUCCESS);
phFriNfc_LlcpTransport.h 234 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX];
    [all...]

Completed in 27 milliseconds