Searched refs:g_active_vc_index (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dvc-input.cpp17 static unsigned g_active_vc_index; variable
37 vc_set_active(g_active_vc_index == 0 ? g_vc_count - 1 : g_active_vc_index - 1, NULL);
39 vc_set_active(g_active_vc_index == g_vc_count - 1 ? 0 : g_active_vc_index + 1, NULL);
46 vc_set_active(g_active_vc_index == 0 ? g_vc_count - 1 : g_active_vc_index - 1, NULL);
50 vc_set_active(g_active_vc_index == g_vc_count - 1 ? 0 : g_active_vc_index + 1, NULL);
142 g_active_vc_index
[all...]

Completed in 74 milliseconds