Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp61 bool* outConsumedBatch);
219 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents() argument
229 if (outConsumedBatch) { in consumeEvents()
230 *outConsumedBatch = false; in consumeEvents()
299 if ((motionEvent->getAction() & AMOTION_EVENT_ACTION_MOVE) && outConsumedBatch) { in consumeEvents()
300 *outConsumedBatch = true; in consumeEvents()