Home
last modified time | relevance | path

Searched refs:mPanelIndex (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayTe2Manager.h55 return (mPanelIndex == 0 ? "primary" : mPanelIndex == 1 ? "secondary" : "unknown"); in getPanelString()
73 int32_t mPanelIndex; variable
DBrightnessController.h195 nodeName.appendFormat(file_pattern, mPanelIndex); in GetPanelSysfileByIndex()
202 mPanelIndex == 0 ? "primary" in GetPanelRefreshRateSysfile()
203 : mPanelIndex == 1 ? "secondary" in GetPanelRefreshRateSysfile()
415 int32_t mPanelIndex; variable
DBrightnessController.cpp130 : mPanelIndex(panelIndex), in BrightnessController()
182 nodeName.appendFormat(kDimBrightnessFileNode, mPanelIndex); in updateBrightnessTable()
211 propName.appendFormat(kDimmingUsagePropName, mPanelIndex); in initDimmingUsage()
217 propName.appendFormat(kDimmingHbmTimePropName, mPanelIndex); in initDimmingUsage()
232 nodeName.appendFormat(BRIGHTNESS_SYSFS_NODE, mPanelIndex); in initBrightnessSysfs()
240 nodeName.appendFormat(MAX_BRIGHTNESS_SYSFS_NODE, mPanelIndex); in initBrightnessSysfs()
252 nodeName.appendFormat(kGlobalAclModeFileNode, mPanelIndex); in initBrightnessSysfs()
258 propName.appendFormat(kAclModeDefaultPropName, mPanelIndex); in initBrightnessSysfs()
270 nodeName.appendFormat(kLocalCabcModeFileNode, mPanelIndex); in initCabcSysfs()
1178 path ?: "unknown", mPanelIndex, mBrightnessLevel.get(), mDisplayWhitePointNits, in printBrightnessStates()
DDisplayTe2Manager.cpp22 mPanelIndex(panelIndex), in DisplayTe2Manager()