Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dsocket2socket_proxy.cpp76 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()
87 void Forward(const std::string& label, SharedFD from, SharedFD to, in Forward() function in cuttlefish::__anon0a269dfb0111::ProxyPair