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

  /frameworks/native/libs/input/
InputTransport.cpp 368 // --- InputConsumer ---
370 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
375 InputConsumer::~InputConsumer() {
378 bool InputConsumer::isTouchResamplingEnabled() {
393 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
510 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
548 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
575 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.
269 class InputConsumer {
272 explicit InputConsumer(const sp<InputChannel>& channel);
275 ~InputConsumer();

Completed in 155 milliseconds