Searched defs:outConsumedBatch (Results 1 - 1 of 1) sorted by relevance

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

Completed in 55 milliseconds