Searched refs:SCHED_GOVERNOR (Results 1 – 3 of 3) sorted by relevance
/device/google/marlin/power/ |
D | power-8996.c | 107 } else if ((strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) && in process_cam_preview_hint() 108 (strlen(governor) == strlen(SCHED_GOVERNOR))) { in process_cam_preview_hint() 125 ((strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) && in process_cam_preview_hint() 126 (strlen(governor) == strlen(SCHED_GOVERNOR)))) { in process_cam_preview_hint() 153 if (strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) { in process_boost() 212 } else if ((strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) && in process_video_encode_hint() 213 (strlen(governor) == strlen(SCHED_GOVERNOR))) { in process_video_encode_hint() 234 ((strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) && in process_video_encode_hint() 235 (strlen(governor) == strlen(SCHED_GOVERNOR)))) { in process_video_encode_hint()
|
D | power-common.h | 40 #define SCHED_GOVERNOR "sched" macro
|
D | power-helper.c | 336 if (true || strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) { in power_hint()
|