OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:batteryCurrentNow
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/os/
BatteryProperties.java
33
public int
batteryCurrentNow
;
52
batteryCurrentNow
= p.readInt();
67
p.writeInt(
batteryCurrentNow
);
/frameworks/native/include/batteryservice/
BatteryService.h
55
int
batteryCurrentNow
;
/frameworks/native/services/batteryservice/
BatteryProperties.cpp
41
batteryCurrentNow
= p->readInt32();
57
p->writeInt32(
batteryCurrentNow
);
/system/core/healthd/
BatteryMonitor.cpp
181
props.
batteryCurrentNow
= INT_MIN;
193
props.
batteryCurrentNow
= getIntField(mHealthdConfig->batteryCurrentNowPath);
258
snprintf(b, sizeof(b), " c=%d", props.
batteryCurrentNow
/ 1000);
/device/samsung/manta/health/
healthd-manta.cpp
214
props->
batteryCurrentNow
= 42000;/* 42mA */
/frameworks/base/services/java/com/android/server/
BatteryService.java
317
+ ",
batteryCurrentNow
=" + mBatteryProps.
batteryCurrentNow
620
if (mBatteryProps.
batteryCurrentNow
!= Integer.MIN_VALUE) {
621
pw.println(" current now: " + mBatteryProps.
batteryCurrentNow
);
[
all
...]
Completed in 27 milliseconds