Home | History | Annotate | Download | only in power

Lines Matching full:governor

54     char governor[80];
57 if (get_scaling_governor(governor, sizeof(governor)) == -1) {
58 ALOGE("Can't obtain scaling governor.");
79 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
80 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
92 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
93 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
117 char governor[80];
119 if (get_scaling_governor(governor, sizeof(governor)) == -1) {
120 ALOGE("Can't obtain scaling governor.");
127 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
128 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
139 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
140 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {