Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp266 mContext(this), mEventHub(eventHub), mPolicy(policy), in InputReader()
308 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE); in loopOnce()
395 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
396 uint32_t classes = mEventHub->getDeviceClasses(deviceId); in addDeviceLocked()
397 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId); in addDeviceLocked()
559 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
566 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
639 mEventHub->wake(); in requestTimeoutAtTimeLocked()
772 mEventHub->wake(); in requestRefreshConfiguration()
837 mEventHub->dump(dump); in dump()
[all …]
DInputReader.h184 sp<EventHubInterface> mEventHub; variable
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp775 sp<EventHubInterface> mEventHub; member in android::FakeInputReaderContext
787 mEventHub(eventHub), mPolicy(policy), mListener(listener), in FakeInputReaderContext()
817 return mEventHub.get(); in getEventHub()