Searched refs:getProperty (Results 1 – 5 of 5) sorted by relevance
42 status_t getProperty(int id, struct BatteryProperty *val);
75 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryPropertiesRegistrar
173 return gBatteryMonitor->getProperty(id, val); in healthd_get_property()
323 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor