Home
last modified time | relevance | path

Searched refs:healthd (Results 1 – 10 of 10) sorted by relevance

/system/sepolicy/
Dhealthd.te1 # 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 …]
Datrace.te21 allow atrace healthd:binder call;
Ddebuggerd.te16 -healthd
Dvold.te145 binder_call(vold, healthd)
Dinit.te170 domain_trans(init, rootfs, healthd)
Ddomain.te181 -healthd
/system/core/healthd/
DAndroid.mk24 healthd.cpp \
29 LOCAL_MODULE := healthd
57 && ln -sf /sbin/healthd $(TARGET_ROOT_OUT)/charger
/system/core/logd/
DLogKlog.cpp337 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/
Dlogprint.c1052 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/
Dinit.rc619 service healthd /sbin/healthd
622 seclabel u:r:healthd:s0