Home
last modified time | relevance | path

Searched refs:SCHED_GOVERNOR (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/power/
Dpower-8996.c107 } 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()
Dpower-common.h40 #define SCHED_GOVERNOR "sched" macro
Dpower-helper.c336 if (true || strncmp(governor, SCHED_GOVERNOR, strlen(SCHED_GOVERNOR)) == 0) { in power_hint()