Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.md23 …ents inside `handleEvent`, the app calls `InputConsumer::consume(.., consumeBatches=false, frameTi…
33 …e batched input' runnable, the app calls `InputConsumer::consume(.., consumeBatches=true, frameTim…
46 - `consumeBatches=false, frameTime=-1`
47 - `consumeBatches=true, frameTime=<valid time>`
49 I.e., it is never called with `consumeBatches=true, frameTime=-1`.
H A Dandroid_view_InputEventReceiver.cpp86 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime,
301 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents() argument
304 getInputChannelName().c_str(), toString(consumeBatches), frameTime); in consumeEvents()
307 if (consumeBatches) { in consumeEvents()
321 consumeBatches, frameTime, &seq, &inputEvent); in consumeEvents()