Lines Matching refs:mEventHub
47 mEventHub(eventHub), in InputReader()
73 "InputReader", [this]() { loopOnce(); }, [this]() { mEventHub->wake(); }); in start()
108 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE); in loopOnce()
194 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(eventHubId); in addDeviceLocked()
227 if (mEventHub->getDeviceClasses(eventHubId).test(InputDeviceClass::SENSOR)) { in addDeviceLocked()
228 mEventHub->disableDevice(eventHubId); in addDeviceLocked()
348 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames); in refreshConfigurationLocked()
361 mEventHub->requestReopenDevices(); in refreshConfigurationLocked()
480 mEventHub->wake(); in requestTimeoutAtTimeLocked()
600 mEventHub->wake(); in requestRefreshConfiguration()
798 mEventHub->dump(dump); in dump()
872 mEventHub->wake(); in monitor()
875 mEventHub->monitor(); in monitor()
953 return mReader->mEventHub.get(); in getEventHub()