Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
H A DExynosPrimaryDisplayModule.cpp946 mCurrentAtcModeName = enable ? mode_name : "NULL"; in setAtcMode()
947 ALOGI("atc enable=%d (mode=%s, pending off=%s)", enable, mCurrentAtcModeName.c_str(), in setAtcMode()
989 auto it = mAtcModeSetting.find(mCurrentAtcModeName); in setLbeAmbientLight()
H A DExynosPrimaryDisplayModule.h303 std::string mCurrentAtcModeName; variable