Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp718 mEarlyWakeupStart(other.mEarlyWakeupStart), in Transaction()
855 mEarlyWakeupStart = earlyWakeupStart; in readFromParcel()
887 parcel->writeBool(mEarlyWakeupStart); in writeToParcel()
1019 mEarlyWakeupStart = mEarlyWakeupStart || other.mEarlyWakeupStart; in merge()
1038 mEarlyWakeupStart = false; in clear()
1228 if (mEarlyWakeupStart && !mEarlyWakeupEnd) { in apply()
1231 if (mEarlyWakeupEnd && !mEarlyWakeupStart) { in apply()
1336 mEarlyWakeupStart = true; in setEarlyWakeupStart()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h452 bool mEarlyWakeupStart = false; variable