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

  /frameworks/native/libs/input/
InputTransport.cpp 374 // --- InputConsumer ---
376 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
381 InputConsumer::~InputConsumer() {
384 bool InputConsumer::isTouchResamplingEnabled() {
399 status_t InputConsumer::consume(InputEventFactoryInterface* factory,
516 status_t InputConsumer::consumeBatch(InputEventFactoryInterface* factory,
555 status_t InputConsumer::consumeSamples(InputEventFactoryInterface* factory,
582 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.
271 class InputConsumer {
274 explicit InputConsumer(const sp<InputChannel>& channel);
277 ~InputConsumer();
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 425 public interface InputConsumer {
453 public InputConsumer addInputConsumer(Looper looper,
    [all...]

Completed in 4563 milliseconds