Searched refs:consumeEvents (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.cpp | 86 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime, 281 status_t status = consumeEvents(env, false /*consumeBatches*/, -1, nullptr); in handleEvent() 300 status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env, in consumeEvents() function in android::NativeInputEventReceiver 574 status_t status = receiver->consumeEvents(env, true /*consumeBatches*/, frameTimeNanos, in nativeConsumeBatchedInputEvents()
|