Home | History | Annotate | Download | only in tests

Lines Matching refs:EventHubInterface

308 class FakeEventHub : public EventHubInterface {
353 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0);
360 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0);
364 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0);
718 sp<EventHubInterface> mEventHub;
726 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
754 virtual EventHubInterface* getEventHub() {
928 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,