Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp107 if (status_previous_ != status_) { in check()
120 status_previous_ = status_; in check()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h60 SOCStatus status_previous_ = SOC_STATUS_UNKNOWN; variable