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