Home
last modified time | relevance | path

Searched refs:VB_SCREEN_BLANK (Results 1 – 5 of 5) sorted by relevance

/external/vboot_reference/tests/
Dvboot_api_kernel2_tests.c464 TEST_EQ(screens_displayed[0], VB_SCREEN_BLANK, in VbBootRecTest()
480 TEST_EQ(screens_displayed[0], VB_SCREEN_BLANK, in VbBootRecTest()
498 TEST_EQ(screens_displayed[2], VB_SCREEN_BLANK, in VbBootRecTest()
537 TEST_EQ(screens_displayed[1], VB_SCREEN_BLANK, in VbBootRecTest()
549 TEST_EQ(screens_displayed[0], VB_SCREEN_BLANK, in VbBootRecTest()
Dvboot_api_devmode_tests.c270 case VB_SCREEN_BLANK: in VbExDisplayScreen()
/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c388 VbDisplayScreen(cparams, VB_SCREEN_BLANK, 0, in VbBootDeveloper()
492 VbDisplayScreen(cparams, VB_SCREEN_BLANK, in VbBootRecovery()
1086 VbDisplayScreen(cparams, VB_SCREEN_BLANK, 0, &vnc); in VbSelectAndLoadKernel()
1092 VbDisplayScreen(cparams, VB_SCREEN_BLANK, 0, &vnc); in VbSelectAndLoadKernel()
Dvboot_display.c20 static uint32_t disp_current_screen = VB_SCREEN_BLANK;
191 case VB_SCREEN_BLANK: in VbDisplayScreenFromGBB()
322 VbExDisplayBacklight(VB_SCREEN_BLANK == screen ? 0 : 1); in VbDisplayScreen()
/external/vboot_reference/firmware/include/
Dvboot_api.h706 VB_SCREEN_BLANK = 0, enumerator