Home
last modified time | relevance | path

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

/hardware/google/pixel/health/include/pixelhealth/
DLowBatteryShutdownMetrics.h43 void logShutdownVoltage(struct android::BatteryProperties *props);
44 void logShutdownVoltage(const aidl::android::hardware::health::HealthInfo &health_info);
/hardware/google/pixel/health/
DLowBatteryShutdownMetrics.cpp91 void LowBatteryShutdownMetrics::logShutdownVoltage(const HealthInfo &health_info) { in logShutdownVoltage() function in hardware::google::pixel::health::LowBatteryShutdownMetrics
103 void LowBatteryShutdownMetrics::logShutdownVoltage(struct android::BatteryProperties *props) { in logShutdownVoltage() function in hardware::google::pixel::health::LowBatteryShutdownMetrics
104 logShutdownVoltage(ToHealthInfo(props)); in logShutdownVoltage()