Searched refs:writeIntToFile (Results 1 – 6 of 6) sorted by relevance
| /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/pixel/health/include/pixelhealth/ |
| D | BatteryDefender.h | 178 bool writeIntToFile(const std::string &path, const int value);
|
| /hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
| D | ExynosPrimaryDisplayModule.cpp | 979 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/ |
| D | ExynosHWCHelper.h | 617 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
|
| /hardware/google/graphics/common/libhwc2.1/libdevice/ |
| D | ExynosDevice.cpp | 1146 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()
|