Home
last modified time | relevance | path

Searched refs:energyCounter (Results 1 – 3 of 3) 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.cpp456 if (mHealthdConfig->energyCounter) { in getProperty()
457 ret = mHealthdConfig->energyCounter(&val->valueInt64); in getProperty()
/system/core/healthd/include/healthd/
Dhealthd.h76 int (*energyCounter)(int64_t *); member