Home
last modified time | relevance | path

Searched defs:hotkey (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/base/
H A Dhotkeys_unittest.ts59 const hotkey: Hotkey = 'Shift+A'; constant
67 const hotkey: Hotkey = 'Mod+A'; constant
75 const hotkey: Hotkey = 'Mod+A'; constant
/aosp_15_r20/external/coreboot/src/mainboard/getac/p470/
H A Dsmihandler.c130 static void mainboard_smi_hotkey(u8 hotkey) in mainboard_smi_hotkey()
162 u8 source, hotkey; in mainboard_smi_gpi() local
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dhotkey_glyphs.ts20 hotkey: Hotkey; property
27 const {hotkey, spoof} = attrs; constant
H A Dhotkey_context.ts20 hotkey: Hotkey; property
/aosp_15_r20/external/coreboot/util/kconfig/lxdialog/
H A Dmenubox.c54 int selected, int hotkey) in do_print_item()
/aosp_15_r20/external/toybox/kconfig/lxdialog/
H A Dmenubox.c67 int selected, int hotkey) in do_print_item()
/aosp_15_r20/external/coreboot/src/ec/google/wilco/
H A Dcommands.c47 uint8_t hotkey; in wilco_ec_get_power_smi() member
H A Dcommands.h249 uint8_t hotkey; /* Hotkey, if pressed */ member
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/
H A Dtui.c208 static int hotkey(const char *s) in hotkey() function