Searched refs:hasPendingBatch (Results 1 – 5 of 5) sorted by relevance
10 4. If a batched input event is available, `InputConsumer::hasPendingBatch` returns true. No event i…25 …tEventReceiver`) is responsible for checking whether `InputConsumer::hasPendingBatch` is set to tr…
346 if (!skipCallbacks && !mBatchedInputEventPending && mInputConsumer.hasPendingBatch()) { in consumeEvents()
90 bool hasPendingBatch() const;
799 bool InputConsumer::hasPendingBatch() const { in hasPendingBatch() function in android::InputConsumer814 return hasPendingBatch() || mChannel->probablyHasInput(); in probablyHasInput()
373 ASSERT_TRUE(mConsumer->hasPendingBatch()) << "consume should have created a batch"; in publishAndConsumeBatchedMotionMove()