Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c70 static VOID display_cleanup_func(GX_DISPLAY *display) { memset(display, 0, s… in display_cleanup_func() function
1044 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()