Home
last modified time | relevance | path

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

/external/drm_hwcomposer/compositor/
DDrmDisplayCompositor.cpp89 vsync_worker_.Exit(); in ~DrmDisplayCompositor()
123 vsync_worker_.Init(drm, display_); in Init()
125 vsync_worker_.RegisterCallback(callback); in Init()
602 vsync_worker_.VSyncControl(false); in ClearDisplay()
638 vsync_worker_.VSyncControl(!writeback); in ApplyFrame()
DDrmDisplayCompositor.h156 VSyncWorker vsync_worker_; variable
/external/drm_hwcomposer/
DDrmHwcTwo.cpp273 ret = vsync_worker_.Init(drm_, display); in Init()
301 vsync_worker_.RegisterClientCallback(data, func); in RegisterVsyncCallback()
860 vsync_worker_.VSyncControl(HWC2_VSYNC_ENABLE == enabled); in SetVsyncEnabled()
DDrmHwcTwo.h328 VSyncWorker vsync_worker_; variable