Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplayModule.h280 if (mAtcStStepCount > 0) in isInAtcAnimation()
310 uint32_t mAtcStStepCount = 0; variable
H A DExynosPrimaryDisplayModule.cpp1027 mAtcStStepCount = count; in setAtcStDimming()
1031 if (mAtcStStepCount == 0 && !mAtcStrength.is_dirty()) return NO_ERROR; in setAtcStDimming()
1046 if (mAtcStStepCount > 0) mAtcStStepCount--; in setAtcStDimming()
1067 if (mPendingAtcOff && mAtcStStepCount == 0) { in checkAtcAnimation()