Home
last modified time | relevance | path

Searched refs:WindowDispatchArgs (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/trace/
DThreadedBackend.h43 void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) override;
54 std::pair<std::variant<TracedKeyEvent, TracedMotionEvent, WindowDispatchArgs>,
DInputTracingBackendInterface.h107 struct WindowDispatchArgs { struct
134 virtual void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) = 0; argument
DThreadedBackend.cpp74 void ThreadedBackend<Backend>::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch()
112 [&](const WindowDispatchArgs& args) { in threadLoop()
DAndroidInputEventProtoConverter.h38 static void toProtoWindowDispatchEvent(const WindowDispatchArgs&,
DInputTracingPerfettoBackend.h61 void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) override;
DInputTracer.h71 std::vector<const WindowDispatchArgs> pendingDispatchArgs;
DAndroidInputEventProtoConverter.cpp104 const WindowDispatchArgs& args, proto::AndroidWindowInputDispatchEvent& outProto, in toProtoWindowDispatchEvent()
DInputTracingPerfettoBackend.cpp273 void PerfettoBackend::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch()
DInputTracer.cpp218 const WindowDispatchArgs windowDispatchArgs{*tracedEventIt, in traceEventDispatch()
/frameworks/native/services/inputflinger/tests/
DFakeInputTracingBackend.h62 std::vector<trace::WindowDispatchArgs> mTracedWindowDispatches GUARDED_BY(mLock);
89 void traceWindowDispatch(const trace::WindowDispatchArgs& entry,
DFakeInputTracingBackend.cpp41 const trace::WindowDispatchArgs& dispatchArgs, in toInputEvent()
53 KeyEvent toInputEvent(const trace::TracedKeyEvent& e, const trace::WindowDispatchArgs& dispatchArgs, in toInputEvent()
121 [&](const trace::WindowDispatchArgs& args) { in verifyEventTraced()
182 void FakeInputTracingBackend::traceWindowDispatch(const trace::WindowDispatchArgs& args, in traceWindowDispatch()