Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.h180 if (mAtcStStepCount > 0) in isInAtcAnimation()
205 uint32_t mAtcStStepCount = 0; variable
DExynosPrimaryDisplayModule.cpp565 mAtcStStepCount = count; in setAtcStDimming()
569 if (mAtcStStepCount == 0 && !mAtcStrength.value.is_dirty()) return NO_ERROR; in setAtcStDimming()
584 if (mAtcStStepCount > 0) mAtcStStepCount--; in setAtcStDimming()
605 if (mPendingAtcOff && mAtcStStepCount == 0) { in checkAtcAnimation()