Home
last modified time | relevance | path

Searched refs:hint_id (Results 1 – 18 of 18) sorted by relevance

/device/huawei/angler/power/
Dutils.c218 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()
Dhint-data.c37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
Dpower-8992.c66 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()
Dutils.h40 void perform_hint_action(int hint_id, int resource_values[],
42 void undo_hint_action(int hint_id);
Dmetadata-defs.h40 int hint_id; member
45 int hint_id; member
Dpower.c147 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()
Dmetadata-parser.c81 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()
Dpower-8994.c112 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()
Dhint-data.h37 unsigned long hint_id; /* This is our key. */ member
/device/lge/bullhead/power/
Dutils.c213 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()
Dhint-data.c37 (first_hint->hint_id == other_hint->hint_id)) { in hint_compare()
Dutils.h40 void perform_hint_action(int hint_id, int resource_values[],
42 void undo_hint_action(int hint_id);
Dpower-8994.c66 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()
Dmetadata-defs.h40 int hint_id; member
45 int hint_id; member
Dpower.c140 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()
Dmetadata-parser.c81 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()
Dpower-8992.c112 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()
Dhint-data.h37 unsigned long hint_id; /* This is our key. */ member