Home
last modified time | relevance | path

Searched refs:mEventHub (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputReader.cpp55 mEventHub(eventHub), in InputReader()
101 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE); in loopOnce()
188 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
189 uint32_t classes = mEventHub->getDeviceClasses(deviceId); in addDeviceLocked()
190 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId); in addDeviceLocked()
353 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
360 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
432 mEventHub->wake(); in requestTimeoutAtTimeLocked()
562 mEventHub->wake(); in requestRefreshConfiguration()
627 mEventHub->dump(dump); in dump()
[all …]
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h116 sp<EventHubInterface> mEventHub; variable
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp787 sp<EventHubInterface> mEventHub; member in android::FakeInputReaderContext
799 mEventHub(eventHub), mPolicy(policy), mListener(listener), in FakeInputReaderContext()
829 return mEventHub.get(); in getEventHub()