Searched refs:BootStage (Results 1 – 2 of 2) sorted by relevance
463 enum class BootStage { enum1301 BootStage mBootStage = BootStage::BOOTLOADER;
754 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()