Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h115 eEarlyWakeupEnd = 0x10, enumerator
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4105 if (flags & eEarlyWakeupEnd) return TransactionSchedule::EarlyEnd; in queueTransaction()
4160 (flags & (eEarlyWakeupStart | eEarlyWakeupEnd))) { in setTransactionState()
4162 flags &= ~(eEarlyWakeupStart | eEarlyWakeupEnd); in setTransactionState()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1033 flags |= ISurfaceComposer::eEarlyWakeupEnd; in apply()