Home
last modified time | relevance | path

Searched refs:enqueueInboundEventLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp1329 bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newEntry) { in enqueueInboundEventLocked() function in android::inputdispatcher::InputDispatcher
2100 enqueueInboundEventLocked(std::move(dragEntry)); in enqueueDragEventLocked()
4457 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyConfigurationChanged()
4534 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyKey()
4673 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyMotion()
4700 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifySensor()
4746 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyDeviceReset()
4769 needWake = enqueueInboundEventLocked(std::move(entry)); in notifyPointerCaptureChanged()
4979 needWake |= enqueueInboundEventLocked(std::move(injectedEntries.front())); in injectInputEvent()
5643 needWake = enqueueInboundEventLocked(std::move(entry)); in setInTouchMode()
DInputDispatcher.h233 bool enqueueInboundEventLocked(std::unique_ptr<EventEntry> entry) REQUIRES(mLock);