Home
last modified time | relevance | path

Searched defs:RawEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h54 struct RawEvent { struct
56 nsecs_t when;
59 nsecs_t readTime;
60 int32_t deviceId;
61 int32_t type;
62 int32_t code;
63 int32_t value;
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java100 private static class RawEvent { class in GraphicBufferMetrics
112 public RawEvent(RawEvent parent, long time, String name) { in RawEvent() method in GraphicBufferMetrics.RawEvent