Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp367 mAtcStrength.node = String8::format(ATC_ST_FILE_NAME, mIndex); in initLbe()
368 mAtcStrength.value.set_dirty(); in initLbe()
392 mAtcStrength.value.store(strength); in setAtcStrength()
393 if (mAtcStrength.value.is_dirty()) { in setAtcStrength()
394 if (writeIntToFile(mAtcStrength.node.c_str(), mAtcStrength.value.get()) != NO_ERROR) { in setAtcStrength()
397 mAtcStrength.value.clear_dirty(); in setAtcStrength()
558 int32_t strength = mAtcStrength.value.get(); in setAtcStDimming()
569 if (mAtcStStepCount == 0 && !mAtcStrength.value.is_dirty()) return NO_ERROR; in setAtcStDimming()
DExynosPrimaryDisplayModule.h202 struct atc_sysfs mAtcStrength; variable