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

  /device/google/marlin/power/
utils.h 51 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
power.c 292 sustained_mode_handle = interaction_with_handle(
308 sustained_mode_handle = interaction_with_handle(
327 vr_mode_handle = interaction_with_handle(
363 vr_mode_handle = interaction_with_handle(
380 vr_mode_handle = interaction_with_handle(
399 sustained_mode_handle = interaction_with_handle(
power-8996.c 162 boost_handle = interaction_with_handle(
utils.c 224 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]) function
  /device/huawei/angler/power/
power.c 238 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
344 handle_little = interaction_with_handle(handle_little,duration, sizeof(resources)/sizeof(resources[0]), resources);
345 handle_big = interaction_with_handle(handle_big, duration_big, sizeof(resources_big)/sizeof(resources_big[0]), resources_big);
346 handle_downmigrate = interaction_with_handle(handle_downmigrate, duration_downmigrate, sizeof(resources_downmigrate)/sizeof(resources_downmigrate[0]), resources_downmigrate);
347 handle_upmigrate = interaction_with_handle(handle_upmigrate, duration_upmigrate, sizeof(resources_upmigrate)/sizeof(resources_upmigrate[0]), resources_upmigrate);
370 handle = interaction_with_handle(handle, duration,
374 handle_hotplug = interaction_with_handle(handle_hotplug, duration,
utils.c 195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]) function
  /device/lge/bullhead/power/
power.c 232 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
328 handle_little = interaction_with_handle(handle_little,duration, sizeof(resources)/sizeof(resources[0]), resources);
329 handle_big = interaction_with_handle(handle_big, duration_big, sizeof(resources_big)/sizeof(resources_big[0]), resources_big);
330 handle_downmigrate = interaction_with_handle(handle_downmigrate, duration_downmigrate, sizeof(resources_downmigrate)/sizeof(resources_downmigrate[0]), resources_downmigrate);
331 handle_upmigrate = interaction_with_handle(handle_upmigrate, duration_upmigrate, sizeof(resources_upmigrate)/sizeof(resources_upmigrate[0]), resources_upmigrate);
utils.c 195 int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]) function

Completed in 185 milliseconds