Searched refs:visible (Results 1 – 9 of 9) sorted by relevance
75 int Device::HandleMenuKey(int key, bool visible) { in HandleMenuKey() argument76 if (!visible) { in HandleMenuKey()
1265 bool visible = IsTextVisible(); in ShowMenu() local1266 int action = key_handler(key, visible); in ShowMenu()1333 int visible = show_text; in IsTextVisible() local1334 return visible; in IsTextVisible()1343 void ScreenRecoveryUI::ShowText(bool visible) { in ShowText() argument1345 show_text = visible; in ShowText()
43 EfiStatus (*enable_cursor)(struct EfiSimpleTextOutputProtocol* self, bool visible);
113 virtual int HandleMenuKey(int key, bool visible);
92 virtual void ShowText(bool visible) = 0;
215 void ShowText(bool visible) override;
94 host) to check if the device is visible to the host.
175 Upon successful return, the device should no longer be visible as a Fastboot
308 int KeyHandler(int key, bool visible) const;