Home
last modified time | relevance | path

Searched refs:RawEvent (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGraphicBufferMetrics.java100 private static class RawEvent { class in GraphicBufferMetrics
102 public final RawEvent mParent;
110 public final List<RawEvent> mChildren;
112 public RawEvent(RawEvent parent, long time, String name) { in RawEvent() method in GraphicBufferMetrics.RawEvent
128 public void findEvents(String path, List<RawEvent> collector) { in findEvents()
132 for (RawEvent child : mChildren) { in findEvents()
146 for (RawEvent e : mChildren) { in dump()
202 private static Map<Integer, RawEvent> buildEventModel(String fileName) throws IOException { in buildEventModel()
203 Map<Integer, RawEvent> result = new HashMap<>(); in buildEventModel()
280 result.put(threadId, new RawEvent(null /* parent */, in buildEventModel()
[all …]
/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorButtonAccumulator.h25 struct RawEvent;
33 void process(const RawEvent* rawEvent);
DTouchButtonAccumulator.h25 struct RawEvent;
34 void process(const RawEvent* rawEvent);
DCursorScrollAccumulator.h25 struct RawEvent;
35 void process(const RawEvent* rawEvent);
DSingleTouchMotionAccumulator.h25 struct RawEvent;
32 void process(const RawEvent* rawEvent);
DCursorScrollAccumulator.cpp42 void CursorScrollAccumulator::process(const RawEvent* rawEvent) { in process()
DSingleTouchMotionAccumulator.cpp48 void SingleTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
DCursorButtonAccumulator.cpp50 void CursorButtonAccumulator::process(const RawEvent* rawEvent) { in process()
/frameworks/native/services/inputflinger/reader/mapper/
DCursorInputMapper.h41 void process(const RawEvent* rawEvent);
64 virtual void process(const RawEvent* rawEvent);
DMultiTouchInputMapper.h75 void process(const RawEvent* rawEvent);
100 virtual void process(const RawEvent* rawEvent);
DSingleTouchInputMapper.h31 virtual void process(const RawEvent* rawEvent);
DSwitchInputMapper.h30 virtual void process(const RawEvent* rawEvent);
DRotaryEncoderInputMapper.h35 virtual void process(const RawEvent* rawEvent);
DExternalStylusInputMapper.h38 virtual void process(const RawEvent* rawEvent);
DVibratorInputMapper.h31 virtual void process(const RawEvent* rawEvent);
DSwitchInputMapper.cpp32 void SwitchInputMapper::process(const RawEvent* rawEvent) { in process()
DExternalStylusInputMapper.cpp59 void ExternalStylusInputMapper::process(const RawEvent* rawEvent) { in process()
DVibratorInputMapper.cpp38 void VibratorInputMapper::process(const RawEvent* rawEvent) { in process()
DKeyboardInputMapper.h34 virtual void process(const RawEvent* rawEvent);
DInputMapper.h58 virtual void process(const RawEvent* rawEvent) = 0;
DSingleTouchInputMapper.cpp31 void SingleTouchInputMapper::process(const RawEvent* rawEvent) { in process()
DMultiTouchInputMapper.cpp87 void MultiTouchMotionAccumulator::process(const RawEvent* rawEvent) { in process()
234 void MultiTouchInputMapper::process(const RawEvent* rawEvent) { in process()
DJoystickInputMapper.h34 virtual void process(const RawEvent* rawEvent);
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h127 RawEvent mEventBuffer[EVENT_BUFFER_SIZE];
132 void processEventsLocked(const RawEvent* rawEvents, size_t count);
136 void processEventsForDeviceLocked(int32_t deviceId, const RawEvent* rawEvents, size_t count);
DEventHub.h51 struct RawEvent { struct
204 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) = 0;
295 virtual size_t getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize);

12