Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.h43 nsecs_t consumeTime; // time at which the receiver read the event member
DInputEventTimeline.cpp21 ConnectionTimeline::ConnectionTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, in ConnectionTimeline()
DLatencyTracker.cpp86 nsecs_t deliveryTime, nsecs_t consumeTime, in trackFinishedEvent()
DInputDispatcher.cpp3441 bool handled, nsecs_t consumeTime) { in finishDispatchCycleLocked()
5728 bool handled, nsecs_t consumeTime) { in doDispatchCycleFinishedCommand()
/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp74 nsecs_t consumeTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/native/include/input/
DInputTransport.h174 nsecs_t consumeTime; // The time when the event was consumed by the receiving end member
415 nsecs_t consumeTime; member