Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp56 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime);
139 bool consumeBatches, nsecs_t frameTime) { in consumeEvents() argument
142 getInputChannelName(), consumeBatches ? "true" : "false", frameTime); in consumeEvents()
145 if (consumeBatches) { in consumeEvents()
154 consumeBatches, frameTime, &seq, &inputEvent); in consumeEvents()
/frameworks/base/include/androidfw/
DInputTransport.h292 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
/frameworks/base/libs/androidfw/
DInputTransport.cpp387 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume() argument
390 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime); in consume()
408 if (consumeBatches || result != WOULD_BLOCK) { in consume()