Home
last modified time | relevance | path

Searched defs:InputEventTimeline (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputEventTimeline.h76 struct InputEventTimeline { struct
90 bool operator==(const InputEventTimeline& rhs) const; argument
H A DInputEventTimeline.cpp67 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime) in InputEventTimeline() function in android::inputdispatcher::InputEventTimeline