Searched defs:key (Results 1 – 14 of 14) sorted by relevance
28 int key = WaitKey(); in ShowMenu() local
497 int key = static_cast<int>(KeyError::TIMED_OUT); in WaitKey() local529 bool RecoveryUI::IsKeyPressed(int key) { in IsKeyPressed()558 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key, bool is_long_press) { in CheckKey()
75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey()
587 int key = WaitKey(); in CheckBackgroundTextImages() local1122 int key = WaitKey(); in ShowFile() local1240 int key = WaitKey(); in ShowMenu() local
84 std::string BuildInfo::GetProperty(const std::string_view key, in GetProperty()
38 std::string SimulatorRuntime::GetProperty(const std::string_view key, in GetProperty()
38 std::string UpdaterRuntime::GetProperty(const std::string_view key, in GetProperty()
63 std::string key = line.substr(0, pos); in ParsePropertyFile() local
540 std::string key; in GetPropFn() local568 const std::string& key = args[1]; in FileGetPropFn() local
199 for (const auto& key : keys) { in verify_file() local261 for (const auto& key : keys) { in verify_file() local
110 const std::string& key) { in get_value()
219 auto query_prop = [](const std::string& key) { in RescueGetpropHostService()229 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() local
528 static void print_property(const char* key, const char* name, void* /* cookie */) { in print_property()
326 int TestableScreenRecoveryUI::KeyHandler(int key, bool) const { in KeyHandler()