Home
last modified time | relevance | path

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

/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/pixel/health/include/pixelhealth/
DBatteryDefender.h178 bool writeIntToFile(const std::string &path, const int value);
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp979 if (writeIntToFile(mAtcStrength.node, mAtcStrength.value.get()) != NO_ERROR) return -EPERM; in setAtcStrength()
988 if (writeIntToFile(mAtcAmbientLight.node, mAtcAmbientLight.value.get()) != NO_ERROR) in setAtcAmbientLight()
1007 if (writeIntToFile(mAtcSubSetting[it->first.c_str()].node, in setAtcMode()
1169 if (writeIntToFile(mAtcEnable.node, enable) != NO_ERROR) return -EPERM; in setAtcEnable()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h617 int32_t writeIntToFile(const char *file, uint32_t value);
DExynosHWCHelper.cpp1246 int32_t writeIntToFile(const char* file, uint32_t value) { in writeIntToFile() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp1146 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()