Searched refs:healthd (Results 1 – 10 of 10) sorted by relevance
/system/sepolicy/ |
D | healthd.te | 1 # healthd seclabel is specified in init.rc since 3 type healthd, domain, domain_deprecated; 6 allow healthd kmsg_device:chr_file rw_file_perms; 9 r_dir_file(healthd, sysfs) 11 allow healthd self:capability { net_admin sys_tty_config }; 12 wakelock_use(healthd) 13 allow healthd self:netlink_kobject_uevent_socket create_socket_perms; 14 binder_use(healthd) 15 binder_service(healthd) 16 binder_call(healthd, system_server) [all …]
|
D | atrace.te | 21 allow atrace healthd:binder call;
|
D | debuggerd.te | 16 -healthd
|
D | vold.te | 145 binder_call(vold, healthd)
|
D | init.te | 170 domain_trans(init, rootfs, healthd)
|
D | domain.te | 181 -healthd
|
/system/core/healthd/ |
D | Android.mk | 24 healthd.cpp \ 29 LOCAL_MODULE := healthd 57 && ln -sf /sbin/healthd $(TARGET_ROOT_OUT)/charger
|
/system/core/logd/ |
D | LogKlog.cpp | 337 static const char healthd[] = "healthd"; in sniffTime() local 360 } else if (((b = strnstr(cp, len, healthd))) in sniffTime() 361 && ((size_t)((b += sizeof(healthd) - 1) - cp) < len) in sniffTime()
|
/system/core/liblog/ |
D | logprint.c | 1052 static const char healthd[] = "healthd"; in convertMonotonic() local 1083 } else if (((e = strstr(line, healthd))) in convertMonotonic() 1084 && ((e = strstr(e + sizeof(healthd) - 1, battery)))) { in convertMonotonic()
|
/system/core/rootdir/ |
D | init.rc | 619 service healthd /sbin/healthd 622 seclabel u:r:healthd:s0
|