Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp58 const char *subsys = evt->getSubsystem(); in onEvent() local
59 if (!subsys) { in onEvent()
64 if (!strcmp(subsys, "net")) { in onEvent()
122 } else if (!strcmp(subsys, "qlog") || !strcmp(subsys, "xt_quota2")) { in onEvent()
127 } else if (!strcmp(subsys, "strict")) { in onEvent()
132 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent()
142 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent()
144 ALOGV("unexpected event from subsystem %s", subsys); in onEvent()
/system/vold/
DNetlinkHandler.cpp47 const char *subsys = evt->getSubsystem(); in onEvent() local
49 if (!subsys) { in onEvent()
54 if (!strcmp(subsys, "block")) { in onEvent()
/system/core/libcutils/
Dsched_policy.cpp196 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys() argument
223 if (strcmp(found_subsys, subsys)) { in getCGroupSubsys()
244 SLOGE("Failed to find subsys %s", subsys); in getCGroupSubsys()