Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance
51 struct RawEvent { struct52 nsecs_t when;53 int32_t deviceId;54 int32_t type;55 int32_t code;56 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