Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryCapacityReporter.h67 SOCStatus status_previous_ = SOC_STATUS_UNKNOWN; variable
/hardware/google/pixel/pixelstats/
DBatteryCapacityReporter.cpp135 if (status_previous_ != status_) { in checkLogEvent()
148 status_previous_ = status_; in checkLogEvent()