Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance
54 struct RawEvent { struct56 nsecs_t when;59 nsecs_t readTime;60 int32_t deviceId;61 int32_t type;62 int32_t code;63 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