Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/input/
H A DInputConsumerNoResampling.cpp153 InputMessage createFinishedMessage(uint32_t seq, bool handled, nsecs_t consumeTime) { in createFinishedMessage()
333 nsecs_t consumeTime = it->second; in popConsumeTime() local
/aosp_15_r20/frameworks/native/include/input/
H A DInputTransport.h172 nsecs_t consumeTime; // The time when the event was consumed by the receiving end member
421 nsecs_t consumeTime; member
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInputEventTimeline.cpp23 ConnectionTimeline::ConnectionTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, in ConnectionTimeline()
H A DInputEventTimeline.h44 nsecs_t consumeTime; // time at which the receiver read the event member
H A DLatencyTracker.cpp163 nsecs_t deliveryTime, nsecs_t consumeTime, in trackFinishedEvent()
H A DInputDispatcher.cpp3997 uint32_t seq, bool handled, nsecs_t consumeTime) { in finishDispatchCycleLocked()
6445 nsecs_t consumeTime) { in doDispatchCycleFinishedCommand()
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DLatencyTrackerFuzzer.cpp97 const nsecs_t consumeTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local