Searched refs:mock_keypress_count (Results 1 – 1 of 1) sorted by relevance
39 static uint32_t mock_keypress_count; variable90 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()