HomeSort by relevance Sort by last modified time
    Searched refs:resource_values (Results 1 - 5 of 5) sorted by null

  /device/google/marlin/power/
power-8996.c 99 int resource_values[] = {0x41400000, 0x4, 0x41410000, 0x5F, 0x41414000, 0x22C, local
104 resource_values, sizeof(resource_values)/sizeof(resource_values[0]));
114 int resource_values[] = {0x41810000, 0x9C4, 0x41814000, 0x32}; local
117 cam_preview_metadata.hint_id, resource_values,
118 sizeof(resource_values) / sizeof(resource_values[0]));
204 int resource_values[] = { local
209 resource_values, sizeof(resource_values)/sizeof(resource_values[0]))
222 int resource_values[] = {0x41810000, 0x9C4, 0x41814000, 0x32, local
314 int resource_values[] = {}; \/* dummy node *\/ local
    [all...]
utils.h 47 void perform_hint_action(int hint_id, int resource_values[],
power-helper.c 380 int resource_values[] = {DISPLAY_OFF, MS_500, THREAD_MIGRATION_SYNC_OFF}; local
384 resource_values, sizeof(resource_values)/sizeof(resource_values[0]));
389 int resource_values[] = {TR_MS_50, THREAD_MIGRATION_SYNC_OFF}; local
393 resource_values, sizeof(resource_values)/sizeof(resource_values[0]));
utils.c 248 void perform_hint_action(int hint_id, int resource_values[], int num_resources)
262 int lock_handle = perf_lock_acq(0, 0, resource_values,
  /packages/apps/Car/libs/
resource_generator.py 179 for resource_values in resources.values():
180 for modifier in resource_values.keys():
189 for resource_name, resource_values in resources.items():
192 print(resource_values)
193 for modifier, value in resource_values.items():

Completed in 91 milliseconds