Searched refs:consumeBatches (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 59 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime, 218 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents() argument 221 getInputChannelName(), consumeBatches ? "true" : "false", (long long)frameTime); in consumeEvents() 224 if (consumeBatches) { in consumeEvents() 238 consumeBatches, frameTime, &seq, &inputEvent, &displayId); in consumeEvents()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 321 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 503 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent, in consume() argument 507 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime); in consume() 526 if (consumeBatches || result != WOULD_BLOCK) { in consume()
|