Home
last modified time | relevance | path

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

/hardware/google/pixel/health/include/pixelhealth/
DBatteryMetricsLogger.h49 void logBatteryProperties(struct android::BatteryProperties *props);
50 void logBatteryProperties(const aidl::android::hardware::health::HealthInfo &props);
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp194 void BatteryMetricsLogger::logBatteryProperties(const HealthInfo &health_info) { in logBatteryProperties() function in hardware::google::pixel::health::BatteryMetricsLogger
203 void BatteryMetricsLogger::logBatteryProperties(struct android::BatteryProperties *props) { in logBatteryProperties() function in hardware::google::pixel::health::BatteryMetricsLogger
204 logBatteryProperties(ToHealthInfo(props)); in logBatteryProperties()