HomeSort by relevance Sort by last modified time
    Searched refs:screen_index (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/include/
gbb_access.h 69 * @param screen_index Index of screen to display (VB_SCREEN_...)
78 uint32_t localization, uint32_t screen_index,
  /external/vboot_reference/firmware/lib/
vboot_display.c 145 uint32_t screen_index; local
168 screen_index = SCREEN_DEVELOPER_WARNING;
171 screen_index = SCREEN_RECOVERY_REMOVE;
174 screen_index = SCREEN_RECOVERY_NO_GOOD;
177 screen_index = SCREEN_RECOVERY_INSERT;
180 screen_index = SCREEN_RECOVERY_TO_DEV;
183 screen_index = SCREEN_DEVELOPER_TO_NORM;
186 screen_index = SCREEN_WAIT;
189 screen_index = SCREEN_TO_NORM_CONFIRMED;
201 if (screen_index >= hdr.number_of_screenlayouts)
    [all...]
region-kernel.c 97 uint32_t localization, uint32_t screen_index,
119 screen_index * sizeof(ScreenLayout);

Completed in 319 milliseconds