Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h463 enum class BootStage { enum
1301 BootStage mBootStage = BootStage::BOOTLOADER;
H A DSurfaceFlinger.cpp754 mBootStage = BootStage::FINISHED; in bootFinished()
1766 if (!display || mBootStage != BootStage::FINISHED) { in changeRefreshRateLocked()
2020 if (refreshNeeded && CC_LIKELY(mBootStage != BootStage::BOOTLOADER)) { in onMessageInvalidate()
3381 if (CC_UNLIKELY(mBootStage == BootStage::BOOTLOADER && newDataLatched)) { in handlePageFlip()
3383 mBootStage = BootStage::BOOTANIMATION; in handlePageFlip()