Home
last modified time | relevance | path

Searched refs:screen_base_event_process (Results 1 – 10 of 10) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dvideo.c63 screen_base_event_process(window, event_ptr); in video_screen_event_process()
84 screen_base_event_process(window, event_ptr); in video_screen_event_process()
89 return screen_base_event_process(window, event_ptr); in video_screen_event_process()
Dvehicle.c106 screen_base_event_process(window, event_ptr); in vehicle_screen_event_process()
117 screen_base_event_process(window, event_ptr); in vehicle_screen_event_process()
157 return screen_base_event_process(window, event_ptr); in vehicle_screen_event_process()
Dclimate.c112 screen_base_event_process(window, event_ptr); in climate_screen_event_process()
122 screen_base_event_process(window, event_ptr); in climate_screen_event_process()
154 return screen_base_event_process(window, event_ptr); in climate_screen_event_process()
Dvolume_screen_base.c124 screen_base_event_process(window, event_ptr); in volume_screen_base_event_process()
149 return screen_base_event_process(window, event_ptr); in volume_screen_base_event_process()
Dbase.c182 UINT screen_base_event_process(GX_WINDOW *window, GX_EVENT *event_ptr) in screen_base_event_process() function
Ddemo_guix_car_infotainment_specifications.h470 UINT screen_base_event_process(GX_WINDOW *widget, GX_EVENT *event_ptr);
Ddemo_guix_car_infotainment_specifications.c2322 (UINT (*)(GX_WIDGET *, GX_EVENT *)) screen_base_event_process, /* event function override */
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c660 UINT screen_base_event_process(GX_WINDOW *window, GX_EVENT *event_ptr) in screen_base_event_process() function
Ddemo_guix_home_automation_specifications.h695 UINT screen_base_event_process(GX_WINDOW *widget, GX_EVENT *event_ptr);
Ddemo_guix_home_automation_specifications.c4666 (UINT (*)(GX_WIDGET *, GX_EVENT *)) screen_base_event_process, /* event function override */