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 54 phFriNfc_LlcpTransport_Socket_t* pSocketTable = psTransport->pSocketTable;
88 if((pSocketTable[i].eSocket_State >= phFriNfc_LlcpTransportSocket_eSocketBound) &&
89 (pSocketTable[i].socket_sSap == sap))
200 pSocket = &psTransport->pSocketTable[index];
618 pCurrentSocket = &psTransport->pSocketTable[index];
674 pLlcpTransport->pSocketTable[i].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault;
675 pLlcpTransport->pSocketTable[i].eSocket_Type = phFriNfc_LlcpTransport_eDefaultType;
676 pLlcpTransport->pSocketTable[i].index = i;
677 pLlcpTransport->pSocketTable[i].pContext = NULL
    [all...]
phFriNfc_LlcpTransport_Connection.c 74 switch(psTransport->pSocketTable[psTransport->socketIndex].eSocket_State)
79 psTransport->pSocketTable[psTransport->socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
81 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext,status);
82 psTransport->pSocketTable[psTransport->socketIndex].pfSocketAccept_Cb = NULL;
83 psTransport->pSocketTable[psTransport->socketIndex].pAcceptContext = NULL;
89 psTempLlcpSocket = psTransport->pSocketTable[psTransport->socketIndex];
92 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[psTransport->socketIndex]);
101 if(!psTransport->pSocketTable[psTransport->socketIndex].bSocketSendPending && psTransport->pSocketTable[psTransport->socketIndex].pfSocketSend_Cb != NULL
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 78 if(pLlcpTransport->pSocketTable[i].socket_sSap == dsap)
81 pSocket = &pLlcpTransport->pSocketTable[i];
phFriNfc_LlcpTransport.h 251 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX];
    [all...]

Completed in 914 milliseconds