Searched refs:subsys (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | NetlinkHandler.cpp | 42 const char* subsys = evt->getSubsystem(); in onEvent() local 44 if (!subsys) { in onEvent() 49 if (std::string(subsys) == "block") { in onEvent()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 101 const char *subsys = evt->getSubsystem(); in onEvent() local 102 if (!subsys) { in onEvent() 107 if (!strcmp(subsys, "net")) { in onEvent() 194 } else if (!strcmp(subsys, "qlog") || !strcmp(subsys, "xt_quota2")) { in onEvent() 201 } else if (!strcmp(subsys, "strict")) { in onEvent() 208 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent() 228 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent() 230 ALOGV("unexpected event from subsystem %s", subsys); in onEvent()
|
/system/core/libprocessgroup/ |
D | sched_policy.cpp | 163 static int getCGroupSubsys(int tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys() argument 164 auto controller = CgroupMap::GetInstance().FindController(subsys); in getCGroupSubsys()
|