Searched refs:initial_selection (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | screen_ui.h | 63 int initial_selection); 65 int initial_selection,int left_col,int top_row);
|
| H A D | common.h | 40 void ui_start_menu(char** headers, char** items, int initial_selection);
|
| H A D | ui.c | 667 void ui_start_menu(char** headers, char** items, int initial_selection) { in ui_start_menu() argument 684 menu_sel = initial_selection; in ui_start_menu()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | noui.c | 60 void ui_start_menu(char** headers, char** items, int initial_selection) in ui_start_menu() argument
|
| H A D | common.h | 45 void ui_start_menu(char** headers, char** items, int initial_selection);
|
| H A D | ui.c | 464 void ui_start_menu(char** headers, char** items, int initial_selection) in ui_start_menu() argument 486 menu_sel = initial_selection; in ui_start_menu()
|
| H A D | recovery.c | 496 int initial_selection) in get_menu_selection() argument 502 ui_start_menu(headers, items, initial_selection); in get_menu_selection() 503 int selected = initial_selection; in get_menu_selection()
|