HomeSort by relevance Sort by last modified time
    Searched full:duration_hint (Results 1 - 2 of 2) sorted by null

  /device/lge/bullhead/power/
power.c 255 int duration_hint = 0; local
281 duration_hint = *((int*)data);
295 else if (elapsed_time < 250000 && duration_hint <= 750) {
309 if (duration_hint >= 750)
318 if (duration_hint > 1000) {
319 if (duration_hint < 5000) {
320 duration_downmigrate = duration_hint;
321 duration = duration_hint + 750;
  /device/huawei/angler/power/
power.c 263 int duration_hint = 0; local
299 duration_hint = *((int*)data);
311 else if (elapsed_time < 250000 && duration_hint <= 750) {
325 if (duration_hint >= 750)
334 if (duration_hint > 1000) {
335 if (duration_hint < 5000) {
336 duration_downmigrate = duration_hint;
337 duration = duration_hint + 750;

Completed in 829 milliseconds