Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mEventHub

252         mContext(this), mEventHub(eventHub), mPolicy(policy),
294 size_t count = mEventHub->getEvents(timeoutMillis, mEventBuffer, EVENT_BUFFER_SIZE);
381 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId);
382 uint32_t classes = mEventHub->getDeviceClasses(deviceId);
383 int32_t controllerNumber = mEventHub->getDeviceControllerNumber(deviceId);
540 mEventHub->setExcludedDevices(mConfig.excludedDeviceNames);
547 mEventHub->requestReopenDevices();
619 mEventHub->wake();
736 mEventHub->wake();
765 mEventHub->dump(dump);
830 mEventHub->wake();
835 mEventHub->monitor();
899 return mReader->mEventHub.get();