Home
last modified time | relevance | path

Searched refs:eEarlyWakeupStart (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h107 eEarlyWakeupStart = 0x08, enumerator
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1229 flags |= ISurfaceComposer::eEarlyWakeupStart; in apply()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5210 if (flags & (eEarlyWakeupStart | eEarlyWakeupEnd)) { in setTransactionState()
5217 flags &= ~(eEarlyWakeupStart | eEarlyWakeupEnd); in setTransactionState()
5290 if (flags & eEarlyWakeupStart) return TransactionSchedule::EarlyStart; in setTransactionState()