Searched refs:logBatteryProperties (Results 1 – 2 of 2) sorted by relevance
49 void logBatteryProperties(struct android::BatteryProperties *props);50 void logBatteryProperties(const aidl::android::hardware::health::HealthInfo &props);
194 void BatteryMetricsLogger::logBatteryProperties(const HealthInfo &health_info) { in logBatteryProperties() function in hardware::google::pixel::health::BatteryMetricsLogger203 void BatteryMetricsLogger::logBatteryProperties(struct android::BatteryProperties *props) { in logBatteryProperties() function in hardware::google::pixel::health::BatteryMetricsLogger204 logBatteryProperties(ToHealthInfo(props)); in logBatteryProperties()