Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DDisplay.cpp89 : mComposer(composer), mId(id), mVsyncThread(id) { in Display()
124 mVsyncThread.start(activeConfig.getVsyncPeriod()); in init()
438 mVsyncThread.setCallbacks(callback); in registerCallback()
518 return mVsyncThread.scheduleVsyncUpdate(vsyncPeriod, constraints, outTimeline); in setActiveConfigWithConstraints()
713 return mVsyncThread.setVsyncEnabled(enabled); in setVsyncEnabled()
DDisplay.h167 VsyncThread mVsyncThread; variable