HomeSort by relevance Sort by last modified time
    Searched refs:InputConsumer (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/input/
InputTransport.cpp 367 // --- InputConsumer ---
369 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
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::updateTouchState(InputMessage* msg)
    [all...]
  /frameworks/native/include/input/
InputTransport.h 25 * 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 {
264 explicit InputConsumer(const sp<InputChannel>& channel);
267 ~InputConsumer();
  /frameworks/native/libs/input/tests/
InputPublisherAndConsumer_test.cpp 35 InputConsumer* mConsumer;
43 mConsumer = new InputConsumer(clientChannel);
  /frameworks/base/core/jni/
android_view_InputEventReceiver.cpp 72 InputConsumer mInputConsumer;
305 assert(false); // InputConsumer should prevent this from ever happening

Completed in 315 milliseconds