Searched refs:checkSysfsStatus (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | BrightnessController.cpp | 436 checkSysfsStatus(GetPanelSysfileByIndex(kGlobalHbmModeFileNode), in processDisplayBrightness() 443 checkSysfsStatus(GetPanelSysfileByIndex(kLocalHbmModeFileNode), in processDisplayBrightness() 526 checkSysfsStatus(GetPanelSysfileByIndex(BRIGHTNESS_SYSFS_NODE), in applyPendingChangeViaSysfs() 974 int BrightnessController::checkSysfsStatus(const std::string& file, in checkSysfsStatus() function in BrightnessController
|
D | BrightnessController.h | 132 int checkSysfsStatus(const std::string& file, const std::vector<std::string>& expectedValue,
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.cpp | 958 ret = mBrightnessController->checkSysfsStatus(lhbmSysfs, in setLhbmState() 981 ret = mBrightnessController->checkSysfsStatus(lhbmSysfs, checkingValue, in setLhbmState() 1015 ret = mBrightnessController->checkSysfsStatus(rrSysfs, {std::to_string(peakRate)}, in setLhbmState() 1043 ret = mBrightnessController->checkSysfsStatus(lhbmSysfs, checkingValue, in setLhbmState() 1056 ret = mBrightnessController->checkSysfsStatus(lhbmSysfs, in setLhbmState()
|