Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dstub_ui.cpp28 int key = WaitKey(); in ShowMenu() local
Dui.cpp484 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey() local
516 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed()
545 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()
Ddevice.cpp75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey()
Dscreen_ui.cpp584 int key = WaitKey(); in CheckBackgroundTextImages() local
1101 int key = WaitKey(); in ShowFile() local
1219 int key = WaitKey(); in ShowMenu() local
/bootable/recovery/updater/
Dbuild_info.cpp84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty()
Dsimulator_runtime.cpp38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty()
Dupdater_runtime.cpp38 std::string UpdaterRuntime::GetProperty(const std::string_view key, in GetProperty()
Dtarget_files.cpp63 std::string key = line.substr(0, pos); in ParsePropertyFile() local
Dinstall.cpp534 std::string key; in GetPropFn() local
562 const std::string& key = args[1]; in FileGetPropFn() local
/bootable/recovery/minadbd/
Dminadbd_services.cpp180 auto query_prop = [](const std::string& key) { in RescueGetpropHostService()
190 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() 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/
Drecovery.cpp528 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()