Searched refs:mEventHub (Results 1 – 3 of 3) sorted by relevance
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()[all …]
473 sp<EventHubInterface> mEventHub; variable
718 sp<EventHubInterface> mEventHub; member in android::FakeInputReaderContext729 mEventHub(eventHub), mPolicy(policy), mListener(listener), in FakeInputReaderContext()755 return mEventHub.get(); in getEventHub()