Home | History | Annotate | Download | only in power

Lines Matching refs:governor

100     char governor[80];
103 if (get_scaling_governor(governor, sizeof(governor)) == -1) {
104 ALOGE("Can't obtain scaling governor.");
125 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
126 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
149 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
150 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
179 char governor[80];
181 if (get_scaling_governor(governor, sizeof(governor)) == -1) {
182 ALOGE("Can't obtain scaling governor.");
189 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
190 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {
203 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&
204 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) {