Lines Matching refs:nsecs_t
43 nsecs_t deliveryTime; // time at which the event was sent to the receiver
44 nsecs_t consumeTime; // time at which the receiver read the event
45 nsecs_t finishTime; // time at which the finish event was received
47 std::array<nsecs_t, GraphicsTimeline::SIZE> graphicsTimeline;
49 ConnectionTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, nsecs_t finishTime);
50 ConnectionTimeline(std::array<nsecs_t, GraphicsTimeline::SIZE> graphicsTimeline);
61 bool setDispatchTimeline(nsecs_t deliveryTime, nsecs_t consumeTime, nsecs_t finishTime);
67 bool setGraphicsTimeline(std::array<nsecs_t, GraphicsTimeline::SIZE> graphicsTimeline);
78 InputEventTimeline(bool isDown, nsecs_t eventTime, nsecs_t readTime, uint16_t vendorId,
81 const nsecs_t eventTime;
82 const nsecs_t readTime;