Searched refs:IDLE_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
86 #define IDLE_TIMEOUT 2000000000 // ns macro196 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != android::OK) { in waitForStatus()
67 #define IDLE_TIMEOUT 2000000000 // ns macro277 if (mStatusCondition.waitRelative(mLock, IDLE_TIMEOUT) != OK) { in waitForStatus()
1070 public long IDLE_TIMEOUT; field in DeviceIdleController.Constants1212 IDLE_TIMEOUT = mParser.getDurationMillis(KEY_IDLE_TIMEOUT, in updateConstants()1313 TimeUtils.formatDuration(IDLE_TIMEOUT, pw); in dump()3159 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3170 if (mNextIdleDelay < mConstants.IDLE_TIMEOUT) { in stepIdleStateLocked()3171 mNextIdleDelay = mConstants.IDLE_TIMEOUT; in stepIdleStateLocked()3367 if (duration > mConstants.IDLE_TIMEOUT) { in maybeDoImmediateMaintenance()
2158 now - (long) (mConstants.IDLE_TIMEOUT * 0.6)); in checkMaybeDoAnImmediateMaintenance()2164 now - (long) (mConstants.IDLE_TIMEOUT * 1.2)); in checkMaybeDoAnImmediateMaintenance()
166 static final int IDLE_TIMEOUT = 10 * 1000; field in ActivityStackSupervisor2294 mHandler.sendMessageDelayed(msg, IDLE_TIMEOUT); in scheduleIdleTimeoutLocked()