Searched refs:mEventHub (Results 1 – 3 of 3) sorted by relevance
55 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 …]
116 sp<EventHubInterface> mEventHub; variable
787 sp<EventHubInterface> mEventHub; member in android::FakeInputReaderContext799 mEventHub(eventHub), mPolicy(policy), mListener(listener), in FakeInputReaderContext()829 return mEventHub.get(); in getEventHub()