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