Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp60 bool* outConsumedBatch);
218 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents() argument
227 if (outConsumedBatch) { in consumeEvents()
228 *outConsumedBatch = false; in consumeEvents()
297 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
298 *outConsumedBatch = true; in consumeEvents()