Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.cpp23 ConnectionTimeline::ConnectionTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, in ConnectionTimeline()
DInputEventTimeline.h44 nsecs_t consumeTime; // time at which the receiver read the event member
DLatencyTracker.cpp111 nsecs_t deliveryTime, nsecs_t consumeTime, in trackFinishedEvent()
DInputDispatcher.cpp3970 uint32_t seq, bool handled, nsecs_t consumeTime) { in finishDispatchCycleLocked()
6377 nsecs_t consumeTime) { in doDispatchCycleFinishedCommand()
/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp81 nsecs_t consumeTime = fdp.ConsumeIntegral<nsecs_t>(); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/input/
DInputConsumerNoResampling.cpp151 InputMessage createFinishedMessage(uint32_t seq, bool handled, nsecs_t consumeTime) { in createFinishedMessage()
297 nsecs_t consumeTime = it->second; in popConsumeTime() local
/frameworks/native/include/input/
DInputTransport.h172 nsecs_t consumeTime; // The time when the event was consumed by the receiving end member
419 nsecs_t consumeTime; member