Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:EventHubInterface

234 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
325 if (type < EventHubInterface::FIRST_SYNTHETIC_EVENT) {
328 if (rawEvent[batchSize].type >= EventHubInterface::FIRST_SYNTHETIC_EVENT
340 case EventHubInterface::DEVICE_ADDED:
343 case EventHubInterface::DEVICE_REMOVED:
346 case EventHubInterface::FINISHED_DEVICE_SCAN:
835 EventHubInterface* InputReader::ContextImpl::getEventHub() {