HomeSort by relevance Sort by last modified time
    Searched refs:valueInt64 (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/batteryservice/
BatteryProperty.cpp 31 valueInt64 = p->readInt64();
36 p->writeInt64(valueInt64);
  /system/vold/
CheckBattery.cpp 74 SLOGD("Capacity is %d", (int)val.valueInt64);
75 last_result = val.valueInt64;
  /frameworks/native/include/batteryservice/
BatteryService.h 73 int64_t valueInt64;
  /system/core/healthd/
BatteryMonitor.cpp 282 val->valueInt64 = LONG_MIN;
287 val->valueInt64 =
297 val->valueInt64 =
307 val->valueInt64 =
317 val->valueInt64 =
327 ret = mHealthdConfig->energyCounter(&val->valueInt64);

Completed in 60 milliseconds