Searched refs:writeIntToFile (Results 1 – 7 of 7) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | DisplayTe2Manager.cpp | 31 int32_t ret = writeIntToFile(getPanelTe2OptionPath(), fixedTe2); in setTe2Option() 57 int32_t ret = writeIntToFile(getPanelTe2RatePath(), targetTe2RateHz); in setTe2Rate()
|
D | ExynosDevice.cpp | 1268 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()
|
/hardware/google/pixel/health/ |
D | BatteryDefender.cpp | 115 bool BatteryDefender::writeIntToFile(const std::string &path, const int value) { in writeIntToFile() function in hardware::google::pixel::health::BatteryDefender 130 writeIntToFile(path, value); in writeTimeToFile() 159 if (writeIntToFile(kPathChargeLevelStart, chargeLevelStart)) { in writeChargeLevelsToFile() 164 if (writeIntToFile(kPathChargeLevelStop, chargeLevelStop)) { in writeChargeLevelsToFile()
|
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.cpp | 394 if (writeIntToFile(mAtcStrength.node.c_str(), mAtcStrength.value.get()) != NO_ERROR) { in setAtcStrength() 405 if (writeIntToFile(mAtcAmbientLight.node.c_str(), mAtcAmbientLight.value.get()) != NO_ERROR) in setAtcAmbientLight() 425 if (writeIntToFile(mAtcSubSetting[it->first.c_str()].node.c_str(), in setAtcMode() 591 if (writeIntToFile(mAtcEnable.node.c_str(), enable) != NO_ERROR) return -EPERM; in setAtcEnable()
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryDefender.h | 178 bool writeIntToFile(const std::string &path, const int value);
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.h | 619 int32_t writeIntToFile(const char *file, uint32_t value);
|
D | ExynosHWCHelper.cpp | 1246 int32_t writeIntToFile(const char* file, uint32_t value) { in writeIntToFile() function
|