Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputEventTimeline.h77 struct InputEventTimeline { struct
95 bool operator==(const InputEventTimeline& rhs) const; argument
DInputEventTimeline.cpp69 InputEventTimeline::InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, in InputEventTimeline() function in android::inputdispatcher::InputEventTimeline