Home
last modified time | relevance | path

Searched refs:energyCounter (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/
Dcharger_test.cpp72 int energyCounter(int64_t* counter) { in energyCounter() function
136 config->energyCounter = energyCounter; in healthd_board_init()
DBatteryMonitor_v1.cpp523 if (mHealthdConfig->energyCounter) { in getProperty()
524 ret = mHealthdConfig->energyCounter(&val->valueInt64); in getProperty()
DBatteryMonitor.cpp655 if (mHealthdConfig->energyCounter) { in getProperty()
656 ret = mHealthdConfig->energyCounter(&val->valueInt64); in getProperty()
/system/core/healthd/include/healthd/
Dhealthd.h82 int (*energyCounter)(int64_t *); member