Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/recovery_ui/
Ddevice.cpp75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() argument
76 if (!visible) { in HandleMenuKey()
Dscreen_ui.cpp1265 bool visible = IsTextVisible(); in ShowMenu() local
1266 int action = key_handler(key, visible); in ShowMenu()
1333 int visible = show_text; in IsTextVisible() local
1334 return visible; in IsTextVisible()
1343 void ScreenRecoveryUI::ShowText(bool visible) { in ShowText() argument
1345 show_text = visible; in ShowText()
/bootable/libbootloader/gbl/libefi/defs/protocols/
Dsimple_text_output_protocol.h43 EfiStatus (*enable_cursor)(struct EfiSimpleTextOutputProtocol* self, bool visible);
/bootable/recovery/recovery_ui/include/recovery_ui/
Ddevice.h113 virtual int HandleMenuKey(int key, bool visible);
Dui.h92 virtual void ShowText(bool visible) = 0;
Dscreen_ui.h215 void ShowText(bool visible) override;
/bootable/recovery/
DREADME.md94 host) to check if the device is visible to the host.
/bootable/libbootloader/gbl/docs/
DEFI_ANDROID_BOOT_PROTOCOL.md175 Upon successful return, the device should no longer be visible as a Fastboot
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp308 int KeyHandler(int key, bool visible) const;