Home
last modified time | relevance | path

Searched defs:key (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/recovery_ui/
Dui.cpp488 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey() local
520 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed()
549 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()
Ddevice.cpp74 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey()
Dscreen_ui.cpp584 int key = WaitKey(); in CheckBackgroundTextImages() local
1087 int key = WaitKey(); in ShowFile() local
1205 int key = WaitKey(); in ShowMenu() local
/bootable/recovery/install/
Dverifier.cpp199 for (const auto& key : keys) { in verify_file() local
261 for (const auto& key : keys) { in verify_file() local
Dinstall.cpp106 const std::string& key) { in get_value()
/bootable/recovery/updater/
Dinstall.cpp568 std::string key; in GetPropFn() local
594 const std::string& key = args[1]; in FileGetPropFn() local
/bootable/recovery/
Drecovery.cpp603 static void print_property(const char* key, const char* name, void* /* cookie */) { in print_property()
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp326 int TestableScreenRecoveryUI::KeyHandler(int key, bool) const { in KeyHandler()