Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h286 void releaseInboundEventLocked(EventEntry* entry) REQUIRES(mLock);
DInputDispatcher.cpp980 releaseInboundEventLocked(entry); in drainInboundQueueLocked()
987 releaseInboundEventLocked(mPendingEvent); in releasePendingEventLocked()
992 void InputDispatcher::releaseInboundEventLocked(EventEntry* entry) { in releaseInboundEventLocked() function in android::inputdispatcher::InputDispatcher