Searched refs:subsys (Results 1 – 3 of 3) sorted by relevance
49 const char *subsys = evt->getSubsystem(); in onEvent() local50 if (!subsys) { in onEvent()55 if (!strcmp(subsys, "net")) { in onEvent()72 } else if (!strcmp(subsys, "qlog")) { in onEvent()77 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent()89 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent()91 ALOGV("unexpected event from subsystem %s", subsys); in onEvent()
47 const char *subsys = evt->getSubsystem(); in onEvent() local49 if (!subsys) { in onEvent()54 if (!strcmp(subsys, "block")) { in onEvent()
175 char *subsys; in getSchedulerGroup() local184 if (!(subsys = strsep(&next, ":"))) { in getSchedulerGroup()188 if (strcmp(subsys, "cpu")) { in getSchedulerGroup()