Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/vts/
DGraphicsComposerCallback.cpp28 mVsyncAllowed = allowed; in setVsyncAllowed()
87 if (!mVsyncAllowed || it == mDisplays.end()) { in onVsync()
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DGraphicsComposerCallback.h53 bool mVsyncAllowed = true; variable
/hardware/interfaces/graphics/composer/2.4/utils/vts/
DGraphicsComposerCallback.cpp23 mVsyncAllowed = allowed; in setVsyncAllowed()
116 if (!mVsyncAllowed || it == mDisplays.end()) { in onVsync_2_4()
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DGraphicsComposerCallback.h61 bool mVsyncAllowed = true; variable
/hardware/interfaces/graphics/composer/aidl/vts/
DGraphicsComposerCallback.cpp30 mVsyncAllowed = allowed; in setVsyncAllowed()
139 if (!mVsyncAllowed || it == mDisplays.end()) { in onVsync()
DGraphicsComposerCallback.h73 bool mVsyncAllowed GUARDED_BY(mMutex) = true;