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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 82 bool wakelock; member in struct:__anon5758
177 alarm_service.wakelock = FALSE;
182 * timer in the timer queue is set to expire. Only takes a wakelock
184 * and releases the wakelock if the timer is a longer interval
196 // No more timers remaining. Release wakelock if we're holding one.
201 if (alarm_service.wakelock)
204 alarm_service.wakelock = false;
218 // The next deadline is close, just take a wakelock and set a regular (non-wake) timer.
219 if (!alarm_service.wakelock)
227 alarm_service.wakelock = true
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 124 PowerManager.WakeLock mWakeLock;
129 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
162 final PowerManager.WakeLock wakelock; field in class:CryptKeeper.NonConfigurationInstanceState
164 NonConfigurationInstanceState(PowerManager.WakeLock _wakelock) {
165 wakelock = _wakelock;
445 mWakeLock = retained.wakelock;
446 Log.d(TAG, "Restoring wakelock from NonConfigurationInstanceState");
453 * especially important if we were to lose the wakelock for any reason.
544 * Reconfiguring, so propagate the wakelock to the next instance. This runs between onStop(
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 472 Map<String, ? extends BatteryStats.Uid.Wakelock> wakelockStats = u.getWakelockStats();
473 for (Map.Entry<String, ? extends BatteryStats.Uid.Wakelock> wakelockEntry
475 Uid.Wakelock wakelock = wakelockEntry.getValue(); local
478 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL);
    [all...]
BatteryStatsImpl.java 382 * Holds a SamplingTimer associated with each kernel wakelock name being tracked.
4932 Uid.Wakelock wakelock = wakeStats.valueAt(iw); local
5067 Uid.Wakelock wakelock = new Wakelock(); local
    [all...]
  /device/asus/deb/
init.deb.rc 99 write /sys/module/wakelock/parameters/debug_mask 7
  /device/asus/flo/
init.flo.rc 99 write /sys/module/wakelock/parameters/debug_mask 7
  /device/lge/hammerhead/
init.hammerhead.rc 55 write /sys/module/wakelock/parameters/debug_mask 7
  /device/lge/mako/
init.mako.rc 109 write /sys/module/wakelock/parameters/debug_mask 7
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 965 milliseconds