Searched refs:subsys (Results 1 – 3 of 3) sorted by relevance
47 const char *subsys = evt->getSubsystem(); in onEvent() local49 if (!subsys) { in onEvent()54 if (!strcmp(subsys, "block")) { in onEvent()
54 const char *subsys = evt->getSubsystem(); in onEvent() local55 if (!subsys) { in onEvent()60 if (!strcmp(subsys, "net")) { in onEvent()107 } else if (!strcmp(subsys, "qlog")) { in onEvent()112 } else if (!strcmp(subsys, "xt_idletimer")) { in onEvent()120 } else if (strcmp(subsys, "platform") && strcmp(subsys, "backlight")) { in onEvent()122 ALOGV("unexpected event from subsystem %s", subsys); in onEvent()
157 char *subsys; in getSchedulerGroup() local166 if (!(subsys = strsep(&next, ":"))) { in getSchedulerGroup()170 if (strcmp(subsys, "cpu")) { in getSchedulerGroup()