Searched refs:isPending (Results 1 – 11 of 11) sorted by relevance
325 if (mSendTouchExplorationEndDelayed.isPending() in onAccessibilityEvent()333 if (mSendTouchInteractionEndDelayed.isPending() in onAccessibilityEvent()402 if (mSendTouchExplorationEndDelayed.isPending()) { in onDoubleTap()532 if (!mSendHoverEnterAndMoveDelayed.isPending()) { in handleMotionEventStateTouchExploring()560 if (mSendHoverEnterAndMoveDelayed.isPending()) { in handleMotionEventStateTouchExploring()574 if (mSendHoverEnterAndMoveDelayed.isPending()) { in handleMotionEventStateTouchExploring()619 if (mSendHoverEnterAndMoveDelayed.isPending()) { in handleMotionEventStateTouchExploring()642 if (mSendHoverEnterAndMoveDelayed.isPending()) { in handleMotionEventStateTouchExploring()650 if (!mSendTouchInteractionEndDelayed.isPending()) { in handleMotionEventStateTouchExploring()882 if (!mSendTouchExplorationEndDelayed.isPending()) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded()[all …]
119 : isPending(false) in PendingRelease()125 bool isPending; member
301 pendingRelease->isPending = true; in updateAndReleaseLocked()
201 PendingRelease() : isPending(false), currentTexture(-1), graphicBuffer() {} in PendingRelease()203 bool isPending; member
176 auto slot = mPendingRelease.isPending ? mPendingRelease.currentTexture : mCurrentTexture; in setReleaseFence()181 auto buffer = mPendingRelease.isPending ? mPendingRelease.graphicBuffer in setReleaseFence()190 if (!mPendingRelease.isPending) { in releasePendingBuffer()266 pendingRelease->isPending = true; in updateAndReleaseLocked()
263 PendingRelease() : isPending(false), currentTexture(-1), in PendingRelease()266 bool isPending; member
258 assertFalse(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testForceWrite()279 assertTrue(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testBufferedWrite()312 assertTrue(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testForceWriteAfterBufferedWrite()322 assertFalse(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testForceWriteAfterBufferedWrite()350 assertTrue(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testForceWriteWithNoNewDataAfterBufferedWrite()359 assertFalse(mAlarmManager.isPending(WifiConfigStore.BUFFERED_WRITE_ALARM_TAG)); in testForceWriteWithNoNewDataAfterBufferedWrite()
234 || mCurrentCommand.isPending())) { in update()249 || (!mCurrentCommand.isPending() && !mCurrentCommand.isRunning())) in update()256 && (mCurrentCommand.isPending() || mCurrentCommand.isRunning())) { in update()464 if (mCurrentCommand.isPending()) { in runPendingCommand()668 public final boolean isPending() { in isPending() method in RemotePrintDocument.AsyncCommand
82 public boolean isPending(String tag) { in isPending() method in TestAlarmManager
436 pendingRelease->isPending = true; in updateAndReleaseLocked()
1142 boolean isPending, String transportName, String transportDirName) { in recordInitPending() argument1145 Slog.i(TAG, "recordInitPending(" + isPending + ") on transport " + transportName); in recordInitPending()1151 if (isPending) { in recordInitPending()