Searched refs:VSyncThread (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-display.h75 int VSyncThread();
H A Dastro-display.cpp403 int AstroDisplay::VSyncThread() { function in class:astro_display::AstroDisplay
473 auto start_thread = [](void* arg) { return static_cast<AstroDisplay*>(arg)->VSyncThread(); };

Completed in 170 milliseconds