Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_server.cc101 auto hal_cmd_fetching = [this]() { this->HalCmdFetcherLoop(); }; in Start() local
104 thread::RunThread("HalInputLoop", hal_cmd_fetching); in Start()