Home
last modified time | relevance | path

Searched refs:mClientSockets (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp157 mClientSockets.push_back(clientSocket); in acceptIncomingConnection()
166 for (size_t i = mClientSockets.size(); i--;) { in onClientSocketClosed()
167 if (mClientSockets[i]->fd() == sock) { in onClientSocketClosed()
169 mClientSockets.erase(mClientSockets.begin() + i); in onClientSocketClosed()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DServerSocket.h67 std::vector<std::shared_ptr<ClientSocket>> mClientSockets; member