Searched refs:writeIntToFile (Results 1 – 6 of 6) sorted by relevance
/hardware/google/pixel/health/ |
D | BatteryDefender.cpp | 106 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/ |
D | BatteryDefender.h | 164 bool writeIntToFile(const std::string &path, const int value);
|
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.cpp | 885 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/ |
D | ExynosHWCHelper.h | 573 int32_t writeIntToFile(const char *file, uint32_t value);
|
D | ExynosHWCHelper.cpp | 1263 int32_t writeIntToFile(const char* file, uint32_t value) { in writeIntToFile() function
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDevice.cpp | 1008 writeIntToFile(kVblankOffDelayPath, vblankOffDelay); in setVBlankOffDelay()
|