Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h339 void releaseInboundEventLocked(std::shared_ptr<const EventEntry> entry) REQUIRES(mLock);
DInputDispatcher.cpp1591 releaseInboundEventLocked(entry); in drainInboundQueueLocked()
1598 releaseInboundEventLocked(mPendingEvent); in releasePendingEventLocked()
1603 void InputDispatcher::releaseInboundEventLocked(std::shared_ptr<const EventEntry> entry) { in releaseInboundEventLocked() function in android::inputdispatcher::InputDispatcher
2003 releaseInboundEventLocked(entry); in flushSensor()