Searched defs:enqueueInboundEventLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp400 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { function in class:android::InputDispatcher
2339 needWake = enqueueInboundEventLocked(newEntry);
2416 needWake = enqueueInboundEventLocked(newEntry);
2493 needWake = enqueueInboundEventLocked(newEntry);
2531 needWake = enqueueInboundEventLocked(newEntry);
2648 needWake |= enqueueInboundEventLocked(entry);

Completed in 16 milliseconds