Home
last modified time | relevance | path

Searched refs:outConsumedBatch (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp86 bool* outConsumedBatch);
300 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents() argument
309 if (outConsumedBatch) { in consumeEvents()
310 *outConsumedBatch = false; in consumeEvents()
383 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
384 *outConsumedBatch = true; in consumeEvents()