Searched refs:battery (Results 1 – 25 of 27) 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/bt/include/hardware/ |
D | bluetooth_headset_callbacks.h | 195 virtual void AtBiaCallback(bool service, bool roam, bool signal, bool battery,
|
/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
|
D | shell.te | 182 # allow shell to get battery info
|
/system/sepolicy/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
|
D | shell.te | 182 # allow shell to get battery info
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon
|
D | shell.te | 167 # allow shell to get 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
|
D | shell.te | 129 # allow shell to get battery info
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | statsd.te | 57 # Grant statsd to access health hal to access battery metrics.
|
D | service_contexts | 16 battery u:object_r:battery_service:s0
|
/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.
|
D | service_contexts | 24 battery u:object_r:battery_service:s0
|
/system/sepolicy/private/ |
D | traced_probes.te | 73 # Allow access to the IHealth and IPowerStats HAL service for tracing battery counters.
|
/system/core/liblog/ |
D | logprint.cpp | 1315 static const char battery[] = ": battery "; in convertMonotonic() local 1346 ((e = strstr(e + sizeof(healthd) - 1, battery)))) { in convertMonotonic() 1349 e += sizeof(battery) - 1; in convertMonotonic()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | service_contexts | 16 battery u:object_r:battery_service:s0
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | service_contexts | 16 battery u:object_r:battery_service:s0
|
/system/bt/btif/src/ |
D | btif_hf.cc | 545 bool battery = !is_nth_bit_enabled(bia_mask_out, BTA_AG_IND_BATTCHG); in btif_hf_upstreams_evt() local 546 bt_hf_callbacks->AtBiaCallback(service, roam, signal, battery, in btif_hf_upstreams_evt()
|
12