OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryCurrentNowPath
(Results
1 - 4
of
4
) sorted by null
/system/core/healthd/
healthd.h
48
//
batteryCurrentNowPath
: battery current (POWER_SUPPLY_PROP_CURRENT_NOW)
63
android::String8
batteryCurrentNowPath
;
BatteryMonitor.cpp
192
if (!mHealthdConfig->
batteryCurrentNowPath
.isEmpty())
193
props.batteryCurrentNow = getIntField(mHealthdConfig->
batteryCurrentNowPath
);
255
if (!mHealthdConfig->
batteryCurrentNowPath
.isEmpty()) {
353
if (mHealthdConfig->
batteryCurrentNowPath
.isEmpty()) {
358
mHealthdConfig->
batteryCurrentNowPath
= path;
healthd.cpp
51
.
batteryCurrentNowPath
= String8(String8::kEmptyString),
/device/samsung/manta/health/
healthd-manta.cpp
296
config->
batteryCurrentNowPath
= DS2784_PATH "/current_now";
298
if (access(config->
batteryCurrentNowPath
.string(), R_OK) == 0) {
302
config->
batteryCurrentNowPath
.clear();
Completed in 123 milliseconds