Home
last modified time | relevance | path

Searched refs:DIRTY_WAKE_LOCKS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java113 private static final int DIRTY_WAKE_LOCKS = 1 << 0; field in PowerManagerService
880 mDirty |= DIRTY_WAKE_LOCKS; in acquireWakeLockInternal()
969 mDirty |= DIRTY_WAKE_LOCKS; in removeWakeLockLocked()
1535 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_WAKEFULNESS)) != 0) { in updateWakeLockSummaryLocked()
1611 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY in updateUserActivitySummaryLocked()
1753 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_BOOT_COMPLETED in updateWakefulnessLocked()
1814 | DIRTY_WAKE_LOCKS in updateDreamLocked()
1988 if ((dirty & (DIRTY_WAKE_LOCKS | DIRTY_USER_ACTIVITY | DIRTY_WAKEFULNESS in updateDisplayPowerStateLocked()
2526 mDirty |= DIRTY_WAKE_LOCKS; in updateWakeLockDisabledStatesLocked()