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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp403 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { function in class:android::InputDispatcher
2329 needWake = enqueueInboundEventLocked(newEntry);
2419 needWake = enqueueInboundEventLocked(newEntry);
2496 needWake = enqueueInboundEventLocked(newEntry);
2534 needWake = enqueueInboundEventLocked(newEntry);
2648 needWake |= enqueueInboundEventLocked(entry);

Completed in 14 milliseconds