Searched defs:key (Results 1 – 16 of 16) sorted by relevance
| /bootable/recovery/recovery_ui/ |
| D | stub_ui.cpp | 28 int key = WaitKey(); in ShowMenu() local
|
| D | ui.cpp | 528 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey() local 560 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed() 589 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()
|
| D | device.cpp | 75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey()
|
| D | screen_ui.cpp | 593 int key = WaitKey(); in CheckBackgroundTextImages() local 1132 int key = WaitKey(); in ShowFile() local 1250 int key = WaitKey(); in ShowMenu() local
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | simple_text_input.rs | 47 let mut key: EfiInputKey = Default::default(); in read_key_stroke() localVariable
|
| /bootable/libbootloader/gbl/libbootparams/src/ |
| D | entry.rs | 24 pub key: &'a str, field 85 let key = self.take_while(|c| !c.is_whitespace() && c != '='); in parse_key() localVariable
|
| /bootable/deprecated-ota/updater/ |
| D | build_info.cpp | 84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty()
|
| D | simulator_runtime.cpp | 38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty()
|
| D | updater_runtime.cpp | 38 std::string UpdaterRuntime::GetProperty(const std::string_view key, in GetProperty()
|
| D | target_files.cpp | 63 std::string key = line.substr(0, pos); in ParsePropertyFile() local
|
| D | install.cpp | 540 std::string key; in GetPropFn() local 568 const std::string& key = args[1]; in FileGetPropFn() local
|
| /bootable/recovery/otautil/ |
| D | verifier.cpp | 199 for (const auto& key : keys) { in verify_file() local 261 const auto& key = keys[i]; in verify_file() local
|
| /bootable/recovery/minadbd/ |
| D | minadbd_services.cpp | 219 auto query_prop = [](const std::string& key) { in RescueGetpropHostService() 229 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() local
|
| /bootable/recovery/ |
| D | recovery.cpp | 554 static void print_property(const char* key, const char* name, void* /* cookie */) { in print_property()
|
| /bootable/recovery/tests/unit/ |
| D | screen_ui_test.cpp | 326 int TestableScreenRecoveryUI::KeyHandler(int key, bool) const { in KeyHandler()
|
| /bootable/recovery/install/ |
| D | install.cpp | 115 const std::string& key) { in get_value()
|