Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp542 mEarlyWakeupEnd(other.mEarlyWakeupEnd), in Transaction()
650 mEarlyWakeupEnd = earlyWakeupEnd; in readFromParcel()
681 parcel->writeBool(mEarlyWakeupEnd); in writeToParcel()
760 mEarlyWakeupEnd = mEarlyWakeupEnd || other.mEarlyWakeupEnd; in merge()
779 mEarlyWakeupEnd = false; in clear()
901 if (mEarlyWakeupStart && !mEarlyWakeupEnd) { in apply()
904 if (mEarlyWakeupEnd && !mEarlyWakeupStart) { in apply()
965 mEarlyWakeupEnd = true; in setEarlyWakeupEnd()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h368 bool mEarlyWakeupEnd = false; variable