Home
last modified time | relevance | path

Searched defs:isStaleEvent (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h132 virtual bool isStaleEvent(nsecs_t currentTime, nsecs_t eventTime) { in isStaleEvent() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputDispatcherPolicy.cpp448 bool FakeInputDispatcherPolicy::isStaleEvent(nsecs_t currentTime, nsecs_t eventTime) { in isStaleEvent() function in android::FakeInputDispatcherPolicy
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp1314 bool InputDispatcher::isStaleEvent(nsecs_t currentTime, const EventEntry& entry) { in isStaleEvent() function in android::inputdispatcher::InputDispatcher