Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/confirmationui/
DTrustyConfirmationUI.cpp74 host_cmd_fetcher_thread_ = std::thread(fetching_cmd);
82 if (host_cmd_fetcher_thread_.joinable()) { in ~TrustyConfirmationUI()
83 host_cmd_fetcher_thread_.join(); in ~TrustyConfirmationUI()
DTrustyConfirmationUI.h107 std::thread host_cmd_fetcher_thread_; variable