Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/include/gui/
H A DISurfaceComposer.h104 eEarlyWakeupEnd = 0x10, enumerator
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3674 if (flags & eEarlyWakeupEnd) return TransactionSchedule::EarlyEnd; in queueTransaction()
3721 (flags & (eEarlyWakeupStart | eEarlyWakeupEnd))) { in setTransactionState()
3723 flags &= ~(eEarlyWakeupStart | eEarlyWakeupEnd); in setTransactionState()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp905 flags |= ISurfaceComposer::eEarlyWakeupEnd; in apply()