Home
last modified time | relevance | path

Searched defs:consumeTime (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputEventTimeline.h43 nsecs_t consumeTime; // time at which the receiver read the event member
H A DInputEventTimeline.cpp21 ConnectionTimeline::ConnectionTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, in ConnectionTimeline()
H A DLatencyTracker.cpp89 nsecs_t deliveryTime, nsecs_t consumeTime, in trackFinishedEvent()
H A DEntry.h291 nsecs_t consumeTime; // time when the event was consumed by InputConsumer member
H A DInputDispatcher.cpp3335 bool handled, nsecs_t consumeTime) { in finishDispatchCycleLocked()
5507 bool handled, nsecs_t consumeTime) { in onDispatchCycleFinishedLocked()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h169 nsecs_t consumeTime; // The time when the event was consumed by the receiving end member
394 nsecs_t consumeTime; member