Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp334 mContext(this), mEventHub(eventHub), mPolicy(policy), in InputReader()
376 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE); in loopOnce()
463 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
464 uint32_t classes = mEventHub->getDeviceClasses(deviceId); in addDeviceLocked()
465 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId); in addDeviceLocked()
627 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
634 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
706 mEventHub->wake(); in requestTimeoutAtTimeLocked()
838 mEventHub->wake(); in requestRefreshConfiguration()
879 mEventHub->dump(dump); in dump()
[all …]
DInputReader.h475 sp<EventHubInterface> mEventHub; variable
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp818 sp<EventHubInterface> mEventHub; member in android::FakeInputReaderContext
829 mEventHub(eventHub), mPolicy(policy), mListener(listener), in FakeInputReaderContext()
859 return mEventHub.get(); in getEventHub()