Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/vtpm_manager/
Dmain.cpp137 auto device_to_proxy = std::async(std::launch::async, SendCommandLoop, device_fd, proxy); in main() local
142 CHECK(device_to_proxy.get()) in main()