Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp37 class ProxyPair { class
39 ProxyPair() in ProxyPair() function in cuttlefish::__anon0a269dfb0111::ProxyPair
47 ProxyPair(ProxyPair&& other) in ProxyPair() function in cuttlefish::__anon0a269dfb0111::ProxyPair
57 ~ProxyPair() { in ~ProxyPair()
76 c2t_ = std::thread(&ProxyPair::Forward, this, "c2t", from, to, stop_fd_, in Start()
78 t2c_ = std::thread(&ProxyPair::Forward, this, "t2c", to, from, stop_fd_, in Start()
124 std::list<ProxyPair> watched; in ProxyServer()
159 watched.push_back(ProxyPair()); in ProxyServer()
167 watched.remove_if([](ProxyPair& proxy) { return !proxy.Running(); }); in ProxyServer()