Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputConsumer.h97 int32_t getPendingBatchSource() const;
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp367 mInputConsumer.getPendingBatchSource()); in consumeEvents()
/frameworks/native/libs/input/
DInputConsumer.cpp803 int32_t InputConsumer::getPendingBatchSource() const { in getPendingBatchSource() function in android::InputConsumer