Searched refs:hint_id (Results 1 – 18 of 18) sorted by relevance
/device/huawei/angler/power/ |
D | utils.c | 218 void perform_hint_action(int hint_id, int resource_values[], int num_resources) in perform_hint_action() argument 240 new_hint->hint_id = hint_id; in perform_hint_action() 263 void undo_hint_action(int hint_id) in undo_hint_action() argument 270 .hint_id = hint_id in undo_hint_action()
|
D | hint-data.c | 37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
|
D | power-8992.c | 66 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 87 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 94 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint()
|
D | utils.h | 40 void perform_hint_action(int hint_id, int resource_values[], 42 void undo_hint_action(int hint_id);
|
D | metadata-defs.h | 40 int hint_id; member 45 int hint_id; member
|
D | power.c | 147 video_decode_metadata.hint_id = DEFAULT_VIDEO_DECODE_HINT_ID; in process_video_decode_hint() 164 perform_hint_action(video_decode_metadata.hint_id, in process_video_decode_hint() 170 perform_hint_action(video_decode_metadata.hint_id, in process_video_decode_hint() 178 undo_hint_action(video_decode_metadata.hint_id); in process_video_decode_hint() 197 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 214 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 221 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 227 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint() 230 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint()
|
D | metadata-parser.c | 81 video_encode_metadata->hint_id = atoi(value); in parse_video_encode_metadata() 113 video_decode_metadata->hint_id = atoi(value); in parse_video_decode_metadata()
|
D | power-8994.c | 112 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 129 new_hint_id = video_encode_metadata.hint_id; in process_video_encode_hint()
|
D | hint-data.h | 37 unsigned long hint_id; /* This is our key. */ member
|
/device/lge/bullhead/power/ |
D | utils.c | 213 void perform_hint_action(int hint_id, int resource_values[], int num_resources) in perform_hint_action() argument 235 new_hint->hint_id = hint_id; in perform_hint_action() 258 void undo_hint_action(int hint_id) in undo_hint_action() argument 265 .hint_id = hint_id in undo_hint_action()
|
D | hint-data.c | 37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
|
D | utils.h | 40 void perform_hint_action(int hint_id, int resource_values[], 42 void undo_hint_action(int hint_id);
|
D | power-8994.c | 66 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 87 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 94 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint()
|
D | metadata-defs.h | 40 int hint_id; member 45 int hint_id; member
|
D | power.c | 140 video_decode_metadata.hint_id = DEFAULT_VIDEO_DECODE_HINT_ID; in process_video_decode_hint() 157 perform_hint_action(video_decode_metadata.hint_id, in process_video_decode_hint() 163 perform_hint_action(video_decode_metadata.hint_id, in process_video_decode_hint() 171 undo_hint_action(video_decode_metadata.hint_id); in process_video_decode_hint() 190 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 207 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 214 perform_hint_action(video_encode_metadata.hint_id, in process_video_encode_hint() 220 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint() 223 undo_hint_action(video_encode_metadata.hint_id); in process_video_encode_hint()
|
D | metadata-parser.c | 81 video_encode_metadata->hint_id = atoi(value); in parse_video_encode_metadata() 113 video_decode_metadata->hint_id = atoi(value); in parse_video_decode_metadata()
|
D | power-8992.c | 112 video_encode_metadata.hint_id = DEFAULT_VIDEO_ENCODE_HINT_ID; in process_video_encode_hint() 129 new_hint_id = video_encode_metadata.hint_id; in process_video_encode_hint()
|
D | hint-data.h | 37 unsigned long hint_id; /* This is our key. */ member
|