Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h147 bool enqueueInboundEventLocked(EventEntry* entry) REQUIRES(mLock);
DInputDispatcher.cpp422 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked() function in android::inputdispatcher::InputDispatcher
2598 needWake = enqueueInboundEventLocked(newEntry); in notifyConfigurationChanged()
2706 needWake = enqueueInboundEventLocked(newEntry); in notifyKey()
2791 needWake = enqueueInboundEventLocked(newEntry); in notifyMotion()
2828 needWake = enqueueInboundEventLocked(newEntry); in notifyDeviceReset()
2969 needWake |= enqueueInboundEventLocked(entry); in injectInputEvent()