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

  /frameworks/base/libs/ui/
InputTransport.cpp 541 // --- InputConsumer ---
543 InputConsumer::InputConsumer(const sp<InputChannel>& channel) :
547 InputConsumer::~InputConsumer() {
553 status_t InputConsumer::initialize() {
580 status_t InputConsumer::consume(InputEventFactoryInterface* factory, InputEvent** outEvent) {
651 status_t InputConsumer::sendFinishedSignal(bool handled) {
662 status_t InputConsumer::receiveDispatchSignal() {
681 void InputConsumer::populateKeyEvent(KeyEvent* keyEvent) const
    [all...]
  /frameworks/base/include/ui/
InputTransport.h 24 * InputPublisher to an InputConsumer and ensuring appropriate synchronization.
28 * The InputPublisher and InputConsumer only take care of transferring event data
44 * used to send input messages from an InputPublisher to an InputConsumer
286 class InputConsumer {
289 explicit InputConsumer(const sp<InputChannel>& channel);
292 ~InputConsumer();

Completed in 177 milliseconds