• Home
  • Raw
  • Download

Lines Matching refs:strlen

84         if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) &&  in process_cam_preview_hint()
85 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_cam_preview_hint()
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()
123 if (((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_cam_preview_hint()
124 (strlen(governor) == strlen(INTERACTIVE_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()
157 strlen(INTERACTIVE_GOVERNOR)) == 0) { /*HMP boost*/ in process_boost()
184 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint()
185 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in process_video_encode_hint()
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()
232 if (((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in process_video_encode_hint()
233 (strlen(governor) == strlen(INTERACTIVE_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()
312 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override()
313 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()
325 if ((strncmp(governor, INTERACTIVE_GOVERNOR, strlen(INTERACTIVE_GOVERNOR)) == 0) && in set_interactive_override()
326 (strlen(governor) == strlen(INTERACTIVE_GOVERNOR))) { in set_interactive_override()