Searched refs:InputConsumer (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/input/
H A DInputTransport.cpp367 // --- InputConsumer ---
369 InputConsumer::InputConsumer(const sp<InputChannel>& channel) : function in class:android::InputConsumer
374 InputConsumer::~InputConsumer() {
377 bool InputConsumer::isTouchResamplingEnabled() {
392 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
509 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
547 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
574 void InputConsumer
[all...]
/frameworks/native/include/input/
H A DInputTransport.h25 * The InputPublisher and InputConsumer each handle one end-point of an input channel.
27 * The InputConsumer is used by the application to receive events from the input dispatcher.
261 class InputConsumer { class in namespace:android
264 explicit InputConsumer(const sp<InputChannel>& channel);
267 ~InputConsumer();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp35 InputConsumer* mConsumer;
43 mConsumer = new InputConsumer(clientChannel);
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp72 InputConsumer mInputConsumer;
305 assert(false); // InputConsumer should prevent this from ever happening

Completed in 1239 milliseconds