Searched refs:mPanelIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | DisplayTe2Manager.h | 55 return (mPanelIndex == 0 ? "primary" : mPanelIndex == 1 ? "secondary" : "unknown"); in getPanelString() 73 int32_t mPanelIndex; variable
|
D | BrightnessController.h | 195 nodeName.appendFormat(file_pattern, mPanelIndex); in GetPanelSysfileByIndex() 202 mPanelIndex == 0 ? "primary" in GetPanelRefreshRateSysfile() 203 : mPanelIndex == 1 ? "secondary" in GetPanelRefreshRateSysfile() 415 int32_t mPanelIndex; variable
|
D | BrightnessController.cpp | 130 : 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()
|
D | DisplayTe2Manager.cpp | 22 mPanelIndex(panelIndex), in DisplayTe2Manager()
|