Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1367 bool InputDispatcher::enqueueInboundEventLocked(std::unique_ptr<EventEntry> newEntry) { in enqueueInboundEventLocked() function in android::inputdispatcher::InputDispatcher
2140 enqueueInboundEventLocked(std::move(dragEntry)); in enqueueDragEventLocked()
4554 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyKey()
4689 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyMotion()
4716 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifySensor()
4762 needWake = enqueueInboundEventLocked(std::move(newEntry)); in notifyDeviceReset()
4785 needWake = enqueueInboundEventLocked(std::move(entry)); in notifyPointerCaptureChanged()
5010 needWake |= enqueueInboundEventLocked(std::move(injectedEntries.front())); in injectInputEvent()
5700 needWake = enqueueInboundEventLocked(std::move(entry)); in setInTouchMode()
H A DInputDispatcher.h235 bool enqueueInboundEventLocked(std::unique_ptr<EventEntry> entry) REQUIRES(mLock);