Searched refs:isStaleEventLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h873 static bool isStaleEventLocked(nsecs_t currentTime, EventEntry* entry);
H A DInputDispatcher.cpp361 && isStaleEventLocked(currentTime, typedEntry)) {
377 && isStaleEventLocked(currentTime, typedEntry)) {
577 bool InputDispatcher::isStaleEventLocked(nsecs_t currentTime, EventEntry* entry) { function in class:android::InputDispatcher

Completed in 21 milliseconds