Home
last modified time | relevance | path

Searched refs:mMaxBrightness (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp131 mMaxBrightness = atoi(val); in ExynosPrimaryDisplay()
132 ALOGI("Max brightness : %d", mMaxBrightness); in ExynosPrimaryDisplay()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h548 uint32_t mMaxBrightness; variable
DExynosDisplay.cpp667 mMaxBrightness(0), in ExynosDisplay()
3549 uint32_t scaledBrightness = static_cast<uint32_t>(round(brightness * mMaxBrightness)); in setDisplayBrightness()