Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h72 float ssoc_previous_ = -1.0f; variable
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp154 if (fabsf(ssoc_ - ssoc_previous_) >= 2.0f) { in checkLogEvent()
166 ssoc_previous_ = ssoc_; in checkLogEvent()