Lines Matching refs:mEventHub
237 mContext(this), mEventHub(eventHub), mPolicy(policy), in InputReader()
279 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE); in loopOnce()
366 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
367 uint32_t classes = mEventHub->getDeviceClasses(deviceId); in addDeviceLocked()
368 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId); in addDeviceLocked()
507 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
514 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
565 mEventHub->wake(); in requestTimeoutAtTimeLocked()
682 mEventHub->wake(); in requestRefreshConfiguration()
711 mEventHub->dump(dump); in dump()
776 mEventHub->wake(); in monitor()
781 mEventHub->monitor(); in monitor()
836 return mReader->mEventHub.get(); in getEventHub()