Home
last modified time | relevance | path

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

/system/dev/display/vim-display/
A Dvim-display.h81 thrd_t vsync_thread; member
A Dvim-display.cpp442 thrd_join(display->vsync_thread, &res); in display_release()
584 static int vsync_thread(void *arg) { in vsync_thread() function
822 thrd_create_with_name(&display->vsync_thread, vsync_thread, display, "vsync_thread"); in vim2_display_bind()

Completed in 8 milliseconds