Home
last modified time | relevance | path

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

/system/chre/host/common/
Dsocket_server.cc71 int clientSocket = pair.first; in run() local
88 int clientSocket = pair.first; in sendToAllClients() local
112 int clientSocket = pair.first; in sendToClientById() local
122 int clientSocket = accept(mSockFd, NULL, NULL); in acceptClientConnection() local
167 void SocketServer::handleClientData(int clientSocket) { in handleClientData()
188 void SocketServer::disconnectClient(int clientSocket) { in disconnectClient()
211 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.cpp955 void NetdBinderTest::fakeRemoteSocketPair(unique_fd* clientSocket, unique_fd* serverSocket, in fakeRemoteSocketPair()
978 void checkSocketpairOpen(int clientSocket, int acceptedSocket) { in checkSocketpairOpen()
985 void checkSocketpairClosed(int clientSocket, int acceptedSocket) { in checkSocketpairClosed()
1000 unique_fd clientSocket, serverSocket, acceptedSocket; in TEST_F() local