Home
last modified time | relevance | path

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

/GUIX-v6.4.1/samples/demo_guix_smart_watch/
Dpage_1_weather_screen_template.c97 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()
Dpage_3_calories_screen.c89 return screen_template_event_process(window, event_ptr); in calories_screen_event_process()
Dpage_3_ekg_screen.c91 return screen_template_event_process(window, event_ptr); in ekg_screen_event_process()
Dpage_3_yoga_screen.c84 return screen_template_event_process(window, event_ptr); in yoga_screen_event_process()
Dpage_3_stand_screen.c93 return screen_template_event_process(window, event_ptr); in stand_screen_event_process()
Dpage_3_run_screen.c111 return screen_template_event_process(window, event_ptr); in run_screen_event_process()
Dscreen_template.c69 UINT screen_template_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) in screen_template_event_process() function
Dpage_1_music_screen.c196 return screen_template_event_process(window, event_ptr); in music_screen_event_process()
Dpage_1_message_screen.c168 return screen_template_event_process(window, event_ptr); in message_screen_event_process()
Dpage_3_fitness_screen.c209 return screen_template_event_process(window, event_ptr); in fitness_screen_event_process()
Dguix_smart_watch_specifications.h537 UINT screen_template_event_process(GX_WINDOW *widget, GX_EVENT *event_ptr);
Dguix_smart_watch_specifications.c2277 (UINT (*)(GX_WIDGET *, GX_EVENT *)) screen_template_event_process, /* event function override */