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