Searched refs:IDLE_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
81 #define IDLE_TIMEOUT 2000000000 // ns macro191 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != android::OK) { in waitForStatus()
67 #define IDLE_TIMEOUT 2000000000 // ns macro266 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != OK) { in waitForStatus()
979 public long IDLE_TIMEOUT; field in DeviceIdleController.Constants1121 IDLE_TIMEOUT = mParser.getDurationMillis(KEY_IDLE_TIMEOUT, in updateConstants()1222 TimeUtils.formatDuration(IDLE_TIMEOUT, pw); in dump()2994 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3005 if (mNextIdleDelay < mConstants.IDLE_TIMEOUT) { in stepIdleStateLocked()3006 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3202 if (duration > mConstants.IDLE_TIMEOUT) { in maybeDoImmediateMaintenance()
1910 now - (long) (mConstants.IDLE_TIMEOUT * 0.6)); in checkMaybeDoAnImmediateMaintenance()1916 now - (long) (mConstants.IDLE_TIMEOUT * 1.2)); in checkMaybeDoAnImmediateMaintenance()
165 static final int IDLE_TIMEOUT = 10 * 1000; field in ActivityStackSupervisor2290 mHandler.sendMessageDelayed(msg, IDLE_TIMEOUT); in scheduleIdleTimeoutLocked()