Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp719 mEarlyWakeupEnd(other.mEarlyWakeupEnd), in Transaction()
856 mEarlyWakeupEnd = earlyWakeupEnd; in readFromParcel()
888 parcel->writeBool(mEarlyWakeupEnd); in writeToParcel()
1020 mEarlyWakeupEnd = mEarlyWakeupEnd || other.mEarlyWakeupEnd; in merge()
1039 mEarlyWakeupEnd = false; in clear()
1228 if (mEarlyWakeupStart && !mEarlyWakeupEnd) { in apply()
1231 if (mEarlyWakeupEnd && !mEarlyWakeupStart) { in apply()
1340 mEarlyWakeupEnd = true; in setEarlyWakeupEnd()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h453 bool mEarlyWakeupEnd = false; variable