Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp55 const char *subsys = evt->getSubsystem(); in onEvent() local
56 if (!subsys) { in onEvent()
61 if (!strcmp(subsys, "net")) { in onEvent()
119 } else if (!strcmp(subsys, "qlog")) { in onEvent()
124 } else if (!strcmp(subsys, "strict")) { in onEvent()
129 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent()
139 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent()
141 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.c161 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys() argument
188 if (strcmp(found_subsys, subsys)) { in getCGroupSubsys()
209 SLOGE("Failed to find subsys %s", subsys); in getCGroupSubsys()