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

/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp59 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime,
171 status_t status = consumeEvents(env, false /*consumeBatches*/, -1, NULL);
218 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) {
220 ALOGD("channel '%s' ~ Consuming input events, consumeBatches=%s, frameTime=%lld.",
221 getInputChannelName(), consumeBatches ? "true" : "false", (long long)frameTime);
224 if (consumeBatches) {
237 consumeBatches, frameTime, &seq, &inputEvent);
386 status_t status = receiver->consumeEvents(env, true /*consumeBatches*/, frameTimeNanos,
217 consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) argument
/frameworks/native/libs/input/
H A DInputTransport.cpp396 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) {
398 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%lld",
399 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime);
417 if (consumeBatches || result != WOULD_BLOCK) {
395 consume(InputEventFactoryInterface* factory, bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) argument

Completed in 64 milliseconds