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 81 bool wakelock; member in struct:__anon5753
99 // a wakelock instead of setting a wake alarm so we're not bouncing in
172 alarm_service.wakelock = FALSE;
177 * timer in the timer queue is set to expire. Only takes a wakelock
179 * and releases the wakelock if the timer is a longer interval
191 // No more timers remaining. Release wakelock if we're holding one.
196 if (alarm_service.wakelock)
199 alarm_service.wakelock = false;
213 // The next deadline is close, just take a wakelock and set a regular (non-wake) timer.
220 alarm_service.wakelock = true
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 125 PowerManager.WakeLock mWakeLock;
130 /** Number of calls to {@link #notifyUser()} before we release the wakelock */
161 final PowerManager.WakeLock wakelock; field in class:CryptKeeper.NonConfigurationInstanceState
163 NonConfigurationInstanceState(PowerManager.WakeLock _wakelock) {
164 wakelock = _wakelock;
421 mWakeLock = retained.wakelock;
422 Log.d(TAG, "Restoring wakelock from NonConfigurationInstanceState");
429 * especially important if we were to lose the wakelock for any reason.
520 * 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 378 * Holds a SamplingTimer associated with each kernel wakelock name being tracked.
4894 Uid.Wakelock wakelock = wakeStats.valueAt(iw); local
5029 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 924 milliseconds