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

  /external/autotest/client/site_tests/power_ARMSettings/
power_ARMSettings.py 81 # whitelist MUST autosuspend
82 autosuspend = dev.autosuspend()
83 logging.debug("USB %s:%s whitelisted:%s autosuspend:%s",
84 dev.vid, dev.pid, dev.whitelisted, autosuspend)
85 if dev.whitelisted and not autosuspend:
87 "has autosuspend disabled", dev.vid, dev.pid)
91 # definitively identify preferred USB autosuspend settings
  /system/core/libsuspend/
Android.mk 6 autosuspend.c \
autosuspend.c 22 #include <suspend/autosuspend.h>
55 ALOGE("failed to initialize autosuspend\n");
62 ALOGV("autosuspend initialized\n");
  /external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py 183 # whitelist MUST autosuspend
184 autosuspend = dev.autosuspend()
185 logging.debug("USB %s:%s whitelisted:%s autosuspend:%s",
186 dev.vid, dev.pid, dev.whitelisted, autosuspend)
187 if dev.whitelisted and not autosuspend:
189 "has autosuspend disabled", dev.vid, dev.pid)
193 # definitively identify preferred USB autosuspend settings
  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 36 #include <suspend/autosuspend.h>
com_android_server_am_BatteryStatsService.cpp 31 #include <suspend/autosuspend.h>
  /external/autotest/client/cros/
power_utils.py 627 autosuspend: Return boolean whether USB autosuspend is enabled or False
648 def autosuspend(self): member in class:USBDevicePower
649 """Determine current value of USB autosuspend for device."""
681 _wlist_file: path to laptop-mode-tools (LMT) USB autosuspend
683 _wlist_vname: string name of LMT USB autosuspend whitelist
690 '/etc/laptop-mode/conf.d/board-specific/usb-autosuspend.conf'
697 """Load USB device whitelist for enabling USB autosuspend
  /system/core/healthd/
healthd_mode_charger.cpp 44 #include <suspend/autosuspend.h>

Completed in 270 milliseconds