Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance
55 struct RawEvent { struct57 nsecs_t when;60 nsecs_t readTime;61 int32_t deviceId;62 int32_t type;63 int32_t code;64 int32_t value;
100 private static class RawEvent { class in GraphicBufferMetrics112 public RawEvent(RawEvent parent, long time, String name) { in RawEvent() method in GraphicBufferMetrics.RawEvent