Lines Matching refs:mEventHub
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()
905 mEventHub->wake(); in monitor()
910 mEventHub->monitor(); in monitor()
974 return mReader->mEventHub.get(); in getEventHub()