Searched refs:INTERACTIVE_GOVERNOR (Results 1 – 8 of 8) sorted by relevance
/device/huawei/angler/power/ |
D | power-8992.c | 79 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 80 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 92 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 93 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 127 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 128 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override() 139 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 140 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()
|
D | power-8994.c | 125 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 126 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 149 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 150 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 189 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 190 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override() 203 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 204 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()
|
D | power.c | 166 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint() 167 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint() 176 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint() 177 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint() 216 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 217 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 228 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 229 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 463 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive() 464 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive() [all …]
|
D | power-common.h | 38 #define INTERACTIVE_GOVERNOR "interactive" macro
|
/device/lge/bullhead/power/ |
D | power-8994.c | 79 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 80 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 92 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 93 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 127 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 128 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override() 139 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 140 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()
|
D | power-8992.c | 125 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 126 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 149 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 150 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 189 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 190 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override() 203 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override() 204 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()
|
D | power.c | 159 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint() 160 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint() 169 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_decode_hint() 170 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_decode_hint() 209 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 210 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 221 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint() 222 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint() 382 } else if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive() 383 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive() [all …]
|
D | power-common.h | 38 #define INTERACTIVE_GOVERNOR "interactive" macro
|