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 167 class EventHubInterface : public virtual RefBase {
169 EventHubInterface() { }
170 virtual ~EventHubInterface() { }
279 class EventHub : public EventHubInterface
InputReader.h 392 virtual EventHubInterface* getEventHub() = 0;
409 InputReader(const sp<EventHubInterface>& eventHub,
464 virtual EventHubInterface* getEventHub();
474 sp<EventHubInterface> mEventHub;
599 inline EventHubInterface* getEventHub() { return mContext->getEventHub(); }
    [all...]
InputReader.cpp 334 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
425 if (type < EventHubInterface::FIRST_SYNTHETIC_EVENT) {
428 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
440 case EventHubInterface::DEVICE_ADDED:
443 case EventHubInterface::DEVICE_REMOVED:
446 case EventHubInterface::FINISHED_DEVICE_SCAN:
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 357 class FakeEventHub : public EventHubInterface {
413 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0);
420 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0);
461 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0);
818 sp<EventHubInterface> mEventHub;
826 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
858 virtual EventHubInterface* getEventHub() {
1038 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
    [all...]

Completed in 232 milliseconds