Home
last modified time | relevance | path

Searched refs:ssoc_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp89 &gdf_, &ssoc_, &gdf_curve_, &ssoc_curve_, &status_) != 5) { in parse()
152 const float diff = fabsf(ssoc_ - gdf_); in checkLogEvent()
154 if (fabsf(ssoc_ - ssoc_previous_) >= 2.0f) { in checkLogEvent()
166 ssoc_previous_ = ssoc_; in checkLogEvent()
186 tmp.set<VendorAtomValue::floatValue>(ssoc_); in reportEvent()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h69 float ssoc_ = 0.0f; variable