Searched refs:subsys (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 58 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/ |
D | NetlinkHandler.cpp | 47 const char *subsys = evt->getSubsystem(); in onEvent() local 49 if (!subsys) { in onEvent() 54 if (!strcmp(subsys, "block")) { in onEvent()
|
/system/core/libcutils/ |
D | sched_policy.cpp | 185 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys() argument 212 if (strcmp(found_subsys, subsys)) { in getCGroupSubsys() 233 SLOGE("Failed to find subsys %s", subsys); in getCGroupSubsys()
|