Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp124 std::list<ProxyPair> watched; in ProxyServer() local
159 watched.push_back(ProxyPair()); in ProxyServer()
160 watched.back().Start(client, target); in ProxyServer()
162 << watched.size(); in ProxyServer()
167 watched.remove_if([](ProxyPair& proxy) { return !proxy.Running(); }); in ProxyServer()
172 watched.clear(); in ProxyServer()
/device/google/cuttlefish/common/libs/fs/
Depoll.cpp165 for (const auto& watched : watched_) { in Wait() local
166 if (watched->fd_ == event.data.fd) { in Wait()
167 ret.fd = watched; in Wait()