Searched refs:mVsyncHintSent (Results 1 – 2 of 2) sorted by relevance
53 mVsyncHintSent(false) { in EventThread()72 mVsyncHintSent = false; in sendVsyncHintOff()82 if(!mVsyncHintSent) { in sendVsyncHintOnLocked()84 mVsyncHintSent = true; in sendVsyncHintOnLocked()
134 bool mVsyncHintSent; variable