Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 5 of 5) sorted by relevance

/system/core/healthd/
DBatteryPropertiesRegistrar.h42 status_t getProperty(int id, struct BatteryProperty *val);
DBatteryMonitor.h42 status_t getProperty(int id, struct BatteryProperty *val);
DBatteryPropertiesRegistrar.cpp75 status_t BatteryPropertiesRegistrar::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryPropertiesRegistrar
Dhealthd.cpp173 return gBatteryMonitor->getProperty(id, val); in healthd_get_property()
DBatteryMonitor.cpp323 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BatteryMonitor