Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_api_kernel2_tests.c39 static uint32_t mock_keypress_count; variable
90 mock_keypress_count = 0; in ResetMocks()
119 if (mock_keypress_count < ARRAY_SIZE(mock_keypress)) { in VbExKeyboardReadWithFlags()
121 *key_flags = mock_keyflags[mock_keypress_count]; in VbExKeyboardReadWithFlags()
122 return mock_keypress[mock_keypress_count++]; in VbExKeyboardReadWithFlags()