Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp564 mBootStage = BootStage::FINISHED; in bootFinished()
1474 if (!display || mBootStage != BootStage::FINISHED) { in setRefreshRateTo()
1698 if (refreshNeeded && CC_LIKELY(mBootStage != BootStage::BOOTLOADER)) { in onMessageReceived()
3292 if (CC_UNLIKELY(mBootStage == BootStage::BOOTLOADER && newDataLatched)) { in handlePageFlip()
3294 mBootStage = BootStage::BOOTANIMATION; in handlePageFlip()
DSurfaceFlinger.h982 BootStage mBootStage = BootStage::BOOTLOADER; variable