Home
last modified time | relevance | path

Searched defs:clientSocket (Results 1 – 3 of 3) sorted by relevance

/system/chre/host/common/
Dsocket_server.cc92 int clientSocket = pair.first; in run() local
109 int clientSocket = pair.first; in sendToAllClients() local
133 int clientSocket = pair.first; in sendToClientById() local
143 int clientSocket = accept(mSockFd, NULL, NULL); in acceptClientConnection() local
188 void SocketServer::handleClientData(int clientSocket) { in handleClientData()
206 void SocketServer::disconnectClient(int clientSocket) { in disconnectClient()
229 int clientSocket, uint16_t clientId) { in sendToClientSocket()
/system/core/libsysutils/src/
DSocketListener_test.cpp62 unique_fd clientSocket(const std::string& path) { in clientSocket() function
/system/netd/tests/
Dbinder_test.cpp704 void NetdBinderTest::fakeRemoteSocketPair(unique_fd* clientSocket, unique_fd* serverSocket, in fakeRemoteSocketPair()
727 void checkSocketpairOpen(int clientSocket, int acceptedSocket) { in checkSocketpairOpen()
734 void checkSocketpairClosed(int clientSocket, int acceptedSocket) { in checkSocketpairClosed()
749 unique_fd clientSocket, serverSocket, acceptedSocket; in TEST_F() local