Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h73 float ssoc_gdf_diff_previous_ = 0.0f; variable
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp158 } else if (static_cast<int>(round(ssoc_gdf_diff_previous_)) != in checkLogEvent()
163 ssoc_gdf_diff_previous_ = diff; in checkLogEvent()