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
2380 needWake = enqueueInboundEventLocked(newEntry);
2470 needWake = enqueueInboundEventLocked(newEntry);
2549 needWake = enqueueInboundEventLocked(newEntry);
2587 needWake = enqueueInboundEventLocked(newEntry);
2703 needWake |= enqueueInboundEventLocked(entry);

Completed in 40 milliseconds