Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance
57 struct RawEvent { struct59 nsecs_t when;62 nsecs_t readTime;63 int32_t deviceId;64 int32_t type;65 int32_t code;66 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