Searched refs:enqueueInboundEventLocked (Results 1 – 2 of 2) sorted by relevance
147 bool enqueueInboundEventLocked(EventEntry* entry) REQUIRES(mLock);
422 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { in enqueueInboundEventLocked() function in android::inputdispatcher::InputDispatcher2598 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()