Searched refs:battery (Results 1 – 25 of 40) sorted by relevance
12
/system/core/bootstat/ |
D | boot_reason_test.sh | 826 if ! EXPECT_PROPERTY sys.boot.reason reboot,battery >/dev/null 2>/dev/null; then 837 EXPECT_PROPERTY sys.boot.reason shutdown,battery 840 report_bootstat_logs shutdown,battery "-bootstat: Battery level at shutdown 2%" 855 adb_sh setprop sys.powerctl shutdown,battery </dev/null 859 EXPECT_PROPERTY sys.boot.reason shutdown,battery 860 EXPECT_PROPERTY sys.boot.reason.last shutdown,battery 862 report_bootstat_logs shutdown,battery 876 adb_sh setprop sys.powerctl shutdown,thermal,battery </dev/null 880 EXPECT_PROPERTY sys.boot.reason shutdown,thermal,battery 881 EXPECT_PROPERTY sys.boot.reason.last shutdown,thermal,battery [all …]
|
/system/libsysprop/srcs/android/sysprop/ |
D | PowerProperties.sysprop | 28 # Suspends charge input into the battery. When this property is set, 29 # the device will drain battery even when connected to a power source.
|
/system/bt/include/hardware/ |
D | bluetooth_headset_callbacks.h | 195 virtual void AtBiaCallback(bool service, bool roam, bool signal, bool battery,
|
/system/sepolicy/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | statsd.te | 55 # Grant statsd to access health hal to access battery metrics.
|
D | fastbootd.te | 21 # battery info
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | statsd.te | 55 # Grant statsd to access health hal to access battery metrics.
|
D | fastbootd.te | 21 # battery info
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | statsd.te | 53 # Grant statsd to access health hal to access battery metrics.
|
D | fastbootd.te | 21 # battery info
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | statsd.te | 47 # Grant statsd to access health hal to access battery metrics.
|
D | fastbootd.te | 21 # battery info
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | shell.te | 130 # allow shell to get battery info
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | statsd.te | 57 # Grant statsd to access health hal to access battery metrics.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | traced_probes.te | 73 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced_probes.te | 73 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.
|
/system/sepolicy/private/ |
D | traced_probes.te | 89 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | traced_probes.te | 89 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.
|
/system/logging/liblog/ |
D | logprint.cpp | 1222 static const char battery[] = ": battery "; in convertMonotonic() local 1253 ((e = strstr(e + sizeof(healthd) - 1, battery)))) { in convertMonotonic() 1256 e += sizeof(battery) - 1; in convertMonotonic()
|
12