Searched refs:IDLE_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
90 #define IDLE_TIMEOUT 2000000000 // ns macro251 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != android::OK) { in waitForStatus()
67 #define IDLE_TIMEOUT 2000000000 // ns macro283 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != OK) { in waitForStatus()
1194 public long IDLE_TIMEOUT = DEFAULT_IDLE_TIMEOUT; field in DeviceIdleController.Constants1391 IDLE_TIMEOUT = properties.getLong( in onPropertiesChanged()1546 TimeUtils.formatDuration(IDLE_TIMEOUT, pw); in dump()3548 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3559 if (mNextIdleDelay < mConstants.IDLE_TIMEOUT) { in stepIdleStateLocked()3560 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3740 if (duration > mConstants.IDLE_TIMEOUT) { in maybeDoImmediateMaintenance()
2280 now - (long) (mConstants.IDLE_TIMEOUT * 0.6)); in checkMaybeDoAnImmediateMaintenance()2285 now - (long) (mConstants.IDLE_TIMEOUT * 1.2)); in checkMaybeDoAnImmediateMaintenance()
174 private static final int IDLE_TIMEOUT = 10 * 1000 * Build.HW_TIMEOUT_MULTIPLIER; field in ActivityTaskSupervisor2071 mHandler.sendMessageDelayed(msg, IDLE_TIMEOUT); in scheduleIdleTimeout()