Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h108 eEarlyWakeupEnd = 0x10, enumerator
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1232 flags |= ISurfaceComposer::eEarlyWakeupEnd; in apply()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5210 if (flags & (eEarlyWakeupStart | eEarlyWakeupEnd)) { in setTransactionState()
5217 flags &= ~(eEarlyWakeupStart | eEarlyWakeupEnd); in setTransactionState()
5289 if (flags & eEarlyWakeupEnd) return TransactionSchedule::EarlyEnd; in setTransactionState()