Searched refs:subsys (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DNetlinkHandler.cpp45 const char *subsys = evt->getSubsystem(); local
47 if (!subsys) {
52 if (std::string(subsys) == "block") {
/system/netd/server/
H A DNetlinkHandler.cpp71 const char *subsys = evt->getSubsystem(); local
72 if (!subsys) {
77 if (!strcmp(subsys, "net")) {
156 } else if (!strcmp(subsys, "qlog") || !strcmp(subsys, "xt_quota2")) {
161 } else if (!strcmp(subsys, "strict")) {
166 } else if (!strcmp(subsys, "xt_idletimer")) {
176 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) {
178 ALOGV("unexpected event from subsystem %s", subsys);
[all...]
/system/core/libcutils/
H A Dsched_policy.cpp187 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) argument
214 if (strcmp(found_subsys, subsys)) {
215 /* Not the subsys we're looking for */
235 SLOGE("Failed to find subsys %s", subsys);

Completed in 1495 milliseconds