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

  /frameworks/native/services/inputflinger/
InputManager.h 82 const sp<EventHubInterface>& eventHub,
InputManager.cpp 28 const sp<EventHubInterface>& eventHub,
EventHub.h 169 class EventHubInterface : public virtual RefBase {
171 EventHubInterface() { }
172 virtual ~EventHubInterface() { }
272 class EventHub : public EventHubInterface
InputReader.h 431 virtual EventHubInterface* getEventHub() = 0;
448 InputReader(const sp<EventHubInterface>& eventHub,
501 virtual EventHubInterface* getEventHub();
511 sp<EventHubInterface> mEventHub;
633 inline EventHubInterface* getEventHub() { return mContext->getEventHub(); }
    [all...]
InputReader.cpp 249 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
340 if (type < EventHubInterface::FIRST_SYNTHETIC_EVENT) {
343 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
355 case EventHubInterface::DEVICE_ADDED:
358 case EventHubInterface::DEVICE_REMOVED:
361 case EventHubInterface::FINISHED_DEVICE_SCAN:
918 EventHubInterface* InputReader::ContextImpl::getEventHub() {
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 307 class FakeEventHub : public EventHubInterface {
352 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0);
359 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0);
363 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0);
720 sp<EventHubInterface> mEventHub;
728 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
756 virtual EventHubInterface* getEventHub() {
936 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
    [all...]

Completed in 403 milliseconds