Searched refs:healthd (Results 1 – 12 of 12) sorted by relevance
/system/sepolicy/public/ |
D | healthd.te | 1 # healthd - battery/charger monitoring service daemon 2 type healthd, domain; 6 allow healthd kmsg_device:chr_file rw_file_perms; 9 r_dir_file(healthd, sysfs_type) 10 r_dir_file(healthd, rootfs) 11 r_dir_file(healthd, cgroup) 15 r_dir_file(healthd, system_file) 17 allow healthd self:capability { sys_tty_config }; 18 allow healthd self:capability sys_boot; 20 allow healthd self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl; [all …]
|
D | vold.te | 133 binder_call(vold, healthd)
|
D | domain.te | 254 -healthd
|
/system/sepolicy/private/ |
D | healthd.te | 1 typeattribute healthd coredomain; 3 init_daemon_domain(healthd) 6 binder_call(healthd, storaged)
|
D | domain_deprecated.te | 39 -healthd 50 -healthd 62 -healthd 211 -healthd 224 -healthd 237 -healthd 251 -healthd 265 -healthd
|
D | atrace.te | 22 allow atrace healthd:binder call;
|
D | init.te | 8 domain_trans(init, rootfs, healthd)
|
D | storaged.te | 41 binder_call(storaged, healthd)
|
D | file_contexts | 231 /system/bin/healthd u:object_r:healthd_exec:s0
|
/system/core/healthd/ |
D | Android.mk | 165 healthd.cpp \ 167 LOCAL_MODULE := healthd
|
/system/core/liblog/ |
D | logprint.c | 1300 static const char healthd[] = "healthd"; in convertMonotonic() local 1331 } else if (((e = strstr(line, healthd))) && in convertMonotonic() 1332 ((e = strstr(e + sizeof(healthd) - 1, battery)))) { in convertMonotonic()
|
/system/core/rootdir/ |
D | init.rc | 684 service healthd /system/bin/healthd
|