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

/frameworks/base/services/input/
H A DInputDispatcher.cpp398 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { function in class:android::InputDispatcher
2338 needWake = enqueueInboundEventLocked(newEntry);
2415 needWake = enqueueInboundEventLocked(newEntry);
2492 needWake = enqueueInboundEventLocked(newEntry);
2530 needWake = enqueueInboundEventLocked(newEntry);
2647 needWake |= enqueueInboundEventLocked(entry);

Completed in 197 milliseconds