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
2351 needWake = enqueueInboundEventLocked(newEntry);
2441 needWake = enqueueInboundEventLocked(newEntry);
2520 needWake = enqueueInboundEventLocked(newEntry);
2558 needWake = enqueueInboundEventLocked(newEntry);
2673 needWake |= enqueueInboundEventLocked(entry);

Completed in 97 milliseconds