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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp408 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry) { function in class:android::InputDispatcher
2383 needWake = enqueueInboundEventLocked(newEntry);
2473 needWake = enqueueInboundEventLocked(newEntry);
2552 needWake = enqueueInboundEventLocked(newEntry);
2590 needWake = enqueueInboundEventLocked(newEntry);
2705 needWake |= enqueueInboundEventLocked(entry);

Completed in 325 milliseconds