Searched refs:vsync_proc (Results 1 – 1 of 1) sorted by relevance
100 void (*vsync_proc)(const struct hwc_procs*, int, int64_t) = nullptr; in hwc_vsync_thread() local128 vsync_proc = pdev->procs->vsync; in hwc_vsync_thread()133 if (vsync_proc) { in hwc_vsync_thread()134 vsync_proc(const_cast<hwc_procs_t*>(pdev->procs), 0, timestamp); in hwc_vsync_thread()