Searched defs:healthd (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogKlog.cpp337 static const char healthd[] = "healthd"; local
360 } else if (((b = strnstr(cp, len, healthd)))
361 && ((size_t)((b += sizeof(healthd) - 1) - cp) < len)
364 // NB: healthd is roughly 150us late, so we use it instead to
729 // eg: [143:healthd]healthd -> [143:healthd]
/system/core/liblog/
H A Dlogprint.c1052 static const char healthd[] = "healthd"; local
1083 } else if (((e = strstr(line, healthd)))
1084 && ((e = strstr(e + sizeof(healthd) - 1, battery)))) {
1085 /* NB: healthd is roughly 150us late, worth the price to

Completed in 88 milliseconds