Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp354 std::thread time_key_thread(&RecoveryUI::TimeKey, this, key_code, key_down_count); in ProcessKey() local
355 time_key_thread.detach(); in ProcessKey()