Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp106 bool BatteryDefender::writeIntToFile(const std::string &path, const int value) { in writeIntToFile() function in hardware::google::pixel::health::BatteryDefender
121 writeIntToFile(path, value); in writeTimeToFile()
150 if (writeIntToFile(kPathChargeLevelStart, chargeLevelStart)) { in writeChargeLevelsToFile()
155 if (writeIntToFile(kPathChargeLevelStop, chargeLevelStop)) { in writeChargeLevelsToFile()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h164 bool writeIntToFile(const std::string &path, const int value);
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp885 if (writeIntToFile(ATC_ST_FILE_NAME, mAtcStrength.get()) != NO_ERROR) return -EPERM; in setAtcStrength()
894 if (writeIntToFile(ATC_AMBIENT_LIGHT_FILE_NAME, mAtcAmbientLight.get()) != NO_ERROR) in setAtcAmbientLight()
913 if (writeIntToFile(it->second.c_str(), mAtcSubSetting[it->first.c_str()].get()) != in setAtcMode()
1053 if (writeIntToFile(ATC_ENABLE_FILE_NAME, enable) != NO_ERROR) return -EPERM; in setAtcEnable()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h573 int32_t writeIntToFile(const char *file, uint32_t value);
DExynosHWCHelper.cpp1263 int32_t writeIntToFile(const char* file, uint32_t value) { in writeIntToFile() function
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp1008 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()