Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmdisplaycompositor.cpp77 vsync_worker_.Exit(); in ~DrmDisplayCompositor()
111 vsync_worker_.Init(drm, display_); in Init()
113 vsync_worker_.RegisterCallback(callback); in Init()
577 vsync_worker_.VSyncControl(false); in ClearDisplay()
608 vsync_worker_.VSyncControl(!writeback); in ApplyFrame()
Ddrmdisplaycompositor.h120 VSyncWorker vsync_worker_; variable
Ddrmhwctwo.h203 VSyncWorker vsync_worker_; variable
Ddrmhwctwo.cpp232 ret = vsync_worker_.Init(drm_, display); in Init()
255 vsync_worker_.RegisterCallback(std::move(callback)); in RegisterVsyncCallback()
726 vsync_worker_.VSyncControl(HWC2_VSYNC_ENABLE == enabled); in SetVsyncEnabled()