Home
last modified time | relevance | path

Searched refs:getTime (Results 1 – 5 of 5) sorted by relevance

/device/google/bonito/health/
DBatteryRechargingControl.cpp63 int64_t BatteryRechargingControl::getTime(void) { in getTime() function in device::google::bonito::health::BatteryRechargingControl
68 double diff_sec = getTime() - start_time_; in RemapSOC()
106 start_time_ = getTime(); in updateBatteryProperties()
124 start_time_ = getTime(); in updateBatteryProperties()
133 start_time_ = getTime(); in updateBatteryProperties()
141 elapsed_time = getTime() - start_time_; in updateBatteryProperties()
DBatteryRechargingControl.h73 int64_t getTime();
/device/google/crosshatch/health/
DBatteryRechargingControl.cpp64 int64_t BatteryRechargingControl::getTime(void) { in getTime() function in device::google::crosshatch::health::BatteryRechargingControl
69 double diff_sec = getTime() - start_time_; in RemapSOC()
104 start_time_ = getTime(); in updateBatteryProperties()
122 start_time_ = getTime(); in updateBatteryProperties()
131 start_time_ = getTime(); in updateBatteryProperties()
139 elapsed_time = getTime() - start_time_; in updateBatteryProperties()
DBatteryRechargingControl.h75 int64_t getTime();
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DBootReporter.java116 String date = df.format(Calendar.getInstance().getTime()); in reportMessage()