Home
last modified time | relevance | path

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

/system/vold/
DNetlinkHandler.cpp38 const char* subsys = evt->getSubsystem(); in onEvent() local
40 if (!subsys) { in onEvent()
45 if (std::string(subsys) == "block") { in onEvent()
/system/netd/server/
DNetlinkHandler.cpp104 const char *subsys = evt->getSubsystem(); in onEvent() local
105 if (!subsys) { in onEvent()
110 if (!strcmp(subsys, "net")) { in onEvent()
189 } else if (!strcmp(subsys, "qlog") || !strcmp(subsys, "xt_quota2")) { in onEvent()
196 } else if (!strcmp(subsys, "strict")) { in onEvent()
203 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent()
223 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent()
225 ALOGV("unexpected event from subsystem %s", subsys); in onEvent()
/system/core/libprocessgroup/
Dsched_policy.cpp158 static int getCGroupSubsys(pid_t tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys() argument
159 auto controller = CgroupMap::GetInstance().FindController(subsys); in getCGroupSubsys()
/system/chre/platform/zephyr/
DKconfig17 source "subsys/logging/Kconfig.template.log_config"