Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dui.cpp348 std::lock_guard<std::mutex> lg(key_press_mutex); in ProcessKey()
392 std::lock_guard<std::mutex> lg(key_press_mutex); in TimeKey()
517 std::lock_guard<std::mutex> lg(key_press_mutex); in IsKeyPressed()
523 std::lock_guard<std::mutex> lg(key_press_mutex); in IsLongPress()
547 std::lock_guard<std::mutex> lg(key_press_mutex); in CheckKey()
590 std::lock_guard<std::mutex> lg(key_press_mutex); in SetEnableReboot()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dui.h241 std::mutex key_press_mutex; variable