Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h343 bool hasPendingBatch() const;
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp245 && mInputConsumer.hasPendingBatch()) { in consumeEvents()
/frameworks/native/libs/input/
DInputTransport.cpp902 bool InputConsumer::hasPendingBatch() const { in hasPendingBatch() function in android::InputConsumer