Home
last modified time | relevance | path

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

/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp226 int BatteryMonitor::getIntField(const String8& path) { in getIntField() function in android::BatteryMonitor
257 getIntField(mHealthdConfig->batteryCapacityPath); in updateValues()
274 getIntField(mHealthdConfig->batteryCurrentAvgPath); in updateValues()
286 getIntField(mHealthdConfig->batteryTemperaturePath); in updateValues()
308 if (getIntField(path)) { in updateValues()
428 getIntField(mHealthdConfig->batteryCurrentNowPath); in getProperty()
438 getIntField(mHealthdConfig->batteryCurrentAvgPath); in getProperty()
448 getIntField(mHealthdConfig->batteryCapacityPath); in getProperty()
494 v = getIntField(mHealthdConfig->batteryCurrentNowPath); in dumpState()
500 v = getIntField(mHealthdConfig->batteryCurrentAvgPath); in dumpState()
[all …]
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatClassInstance.java72 private Integer getIntField(String fieldName, Integer def) { in getIntField() method in AhatClassInstance
124 int count = getIntField("count", numChars); in asString()
125 int offset = getIntField("offset", 0); in asString()
260 Integer width = getIntField("mWidth", null); in getBitmapInfo()
265 Integer height = getIntField("mHeight", null); in getBitmapInfo()
/aosp12/hardware/google/pixel/health/
H A DChargerDetect.cpp45 int ChargerDetect::getIntField(const std::string& path) { in getIntField() function in hardware::google::pixel::health::ChargerDetect
122 if (!getIntField(kUsbOnlinePath)) { in onlineUpdate()
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DChargerDetect.h36 static int getIntField(const std::string& path);
/aosp12/system/core/healthd/include/healthd/
H A DBatteryMonitor.h83 int getIntField(const String8& path);
/aosp12/art/test/439-npe/
H A Dexpected-stdout.txt11 $opt$noinline$getIntField
/aosp12/art/test/439-npe/src/
H A DMain.java90 public static int $opt$noinline$getIntField(Main m) { in $opt$noinline$getIntField()
374 $opt$noinline$getIntField(null); in main()