OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BatteryMonitor
(Results
1 - 2
of
2
) sorted by null
/system/core/healthd/include/healthd/
BatteryMonitor.h
29
class
BatteryMonitor
{
40
BatteryMonitor
();
/system/core/healthd/
BatteryMonitor.cpp
20
#include <healthd/
BatteryMonitor
.h>
80
BatteryMonitor
::
BatteryMonitor
() : mHealthdConfig(nullptr), mBatteryDevicePresent(false),
85
int
BatteryMonitor
::getBatteryStatus(const char* status) {
105
int
BatteryMonitor
::getBatteryHealth(const char* status) {
127
int
BatteryMonitor
::readFromFile(const String8& path, char* buf, size_t size) {
151
BatteryMonitor
::PowerSupplyType
BatteryMonitor
::readPowerSupplyType(const String8& path) {
155
BatteryMonitor
::PowerSupplyType ret;
176
ret = (
BatteryMonitor
::PowerSupplyType)mapSysfsString(buf, supplyTypeMap)
[
all
...]
Completed in 43 milliseconds