Searched refs:screen_template_event_process (Results 1 – 12 of 12) sorted by relevance
/GUIX-v6.4.1/samples/demo_guix_smart_watch/ |
D | page_1_weather_screen_template.c | 97 return screen_template_event_process(window, event_ptr); in weather_screen_template_event_process() 100 return screen_template_event_process(window, event_ptr); in weather_screen_template_event_process()
|
D | page_3_calories_screen.c | 89 return screen_template_event_process(window, event_ptr); in calories_screen_event_process()
|
D | page_3_ekg_screen.c | 91 return screen_template_event_process(window, event_ptr); in ekg_screen_event_process()
|
D | page_3_yoga_screen.c | 84 return screen_template_event_process(window, event_ptr); in yoga_screen_event_process()
|
D | page_3_stand_screen.c | 93 return screen_template_event_process(window, event_ptr); in stand_screen_event_process()
|
D | page_3_run_screen.c | 111 return screen_template_event_process(window, event_ptr); in run_screen_event_process()
|
D | screen_template.c | 69 UINT screen_template_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) in screen_template_event_process() function
|
D | page_1_music_screen.c | 196 return screen_template_event_process(window, event_ptr); in music_screen_event_process()
|
D | page_1_message_screen.c | 168 return screen_template_event_process(window, event_ptr); in message_screen_event_process()
|
D | page_3_fitness_screen.c | 209 return screen_template_event_process(window, event_ptr); in fitness_screen_event_process()
|
D | guix_smart_watch_specifications.h | 537 UINT screen_template_event_process(GX_WINDOW *widget, GX_EVENT *event_ptr);
|
D | guix_smart_watch_specifications.c | 2277 (UINT (*)(GX_WIDGET *, GX_EVENT *)) screen_template_event_process, /* event function override */
|