Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DEventThread.cpp53 mVsyncHintSent(false) { in EventThread()
72 mVsyncHintSent = false; in sendVsyncHintOff()
82 if(!mVsyncHintSent) { in sendVsyncHintOnLocked()
84 mVsyncHintSent = true; in sendVsyncHintOnLocked()
DEventThread.h134 bool mVsyncHintSent; variable