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 55 phFriNfc_LlcpTransport_Socket_t* pSocketTable = psTransport->pSocketTable;
89 if((pSocketTable[i].eSocket_State >= phFriNfc_LlcpTransportSocket_eSocketBound) &&
90 (pSocketTable[i].socket_sSap == sap))
201 pSocket = &psTransport->pSocketTable[index];
629 pCurrentSocket = &psTransport->pSocketTable[index];
682 pLlcpTransport->pSocketTable[i].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketDefault;
683 pLlcpTransport->pSocketTable[i].eSocket_Type = phFriNfc_LlcpTransport_eDefaultType;
684 pLlcpTransport->pSocketTable[i].index = i;
685 pLlcpTransport->pSocketTable[i].pContext = NULL
    [all...]
phFriNfc_LlcpTransport_Connection.c 61 switch(psTransport->pSocketTable[socketIndex].eSocket_State)
66 psTransport->pSocketTable[socketIndex].eSocket_State = phFriNfc_LlcpTransportSocket_eSocketConnected;
68 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb(psTransport->pSocketTable[socketIndex].pAcceptContext,status);
69 psTransport->pSocketTable[socketIndex].pfSocketAccept_Cb = NULL;
70 psTransport->pSocketTable[socketIndex].pAcceptContext = NULL;
76 psTempLlcpSocket = psTransport->pSocketTable[socketIndex];
79 result = phFriNfc_LlcpTransport_Close(&psTransport->pSocketTable[socketIndex]);
88 if(!psTransport->pSocketTable[socketIndex].bSocketSendPending && psTransport->pSocketTable[socketIndex].pfSocketSend_Cb != NULL
    [all...]
phFriNfc_LlcpTransport_Connectionless.c 80 if(pLlcpTransport->pSocketTable[i].socket_sSap == dsap)
83 pSocket = &pLlcpTransport->pSocketTable[i];
phFriNfc_LlcpTransport.h 252 phFriNfc_LlcpTransport_Socket_t pSocketTable[PHFRINFC_LLCP_NB_SOCKET_MAX];
    [all...]

Completed in 61 milliseconds