Searched refs:display_cleanup_func (Results 1 – 1 of 1) sorted by relevance
70 static VOID display_cleanup_func(GX_DISPLAY *display) { memset(display, 0, s… in display_cleanup_func() function1044 status = gx_display_delete(&display, display_cleanup_func);//should return GX_SUCCESS in control_thread_entry()1047 gx_display_delete(&display, display_cleanup_func); //should return GX_SUCCESS in control_thread_entry()1050 status = gx_display_delete(&display_1, display_cleanup_func); //should return GX_SUCCESS in control_thread_entry()1053 status = gx_display_delete(&display_2, display_cleanup_func); //should return GX_SUCCESS in control_thread_entry()