Home
last modified time | relevance | path

Searched refs:writeIntToFile (Results 1 – 7 of 7) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayTe2Manager.cpp31 int32_t ret = writeIntToFile(getPanelTe2OptionPath(), fixedTe2); in setTe2Option()
57 int32_t ret = writeIntToFile(getPanelTe2RatePath(), targetTe2RateHz); in setTe2Rate()
DExynosDevice.cpp1268 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()
/hardware/google/pixel/health/
DBatteryDefender.cpp115 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/
DExynosPrimaryDisplayModule.cpp394 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/
DBatteryDefender.h178 bool writeIntToFile(const std::string &path, const int value);
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h619 int32_t writeIntToFile(const char *file, uint32_t value);
DExynosHWCHelper.cpp1246 int32_t writeIntToFile(const char* file, uint32_t value) { in writeIntToFile() function