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

  /frameworks/native/services/inputflinger/
InputReader.cpp 252 mContext(this), mEventHub(eventHub), mPolicy(policy),
294 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE);
381 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId);
382 uint32_t classes = mEventHub->getDeviceClasses(deviceId);
383 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId);
540 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames);
547 mEventHub->requestReopenDevices();
619 mEventHub->wake();
736 mEventHub->wake();
765 mEventHub->dump(dump)
    [all...]
InputReader.h 506 sp<EventHubInterface> mEventHub;
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 716 sp<EventHubInterface> mEventHub;
727 mEventHub(eventHub), mPolicy(policy), mListener(listener),
753 return mEventHub.get();
    [all...]

Completed in 140 milliseconds