Home | History | Annotate | Download | only in tests

Lines Matching refs:EventHubInterface

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,