Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp100 void (*vsync_proc)(const struct hwc_procs*, int, int64_t) = nullptr; in hwc_vsync_thread() local
128 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()