Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp86 if (input_thread_.joinable()) { in ~RecoveryUI()
87 input_thread_.join(); in ~RecoveryUI()
170 input_thread_ = std::thread([this]() { in Init()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h266 std::thread input_thread_; variable