Searched refs:WindowDispatchArgs (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | ThreadedBackend.h | 43 void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) override; 54 std::pair<std::variant<TracedKeyEvent, TracedMotionEvent, WindowDispatchArgs>,
|
D | InputTracingBackendInterface.h | 107 struct WindowDispatchArgs { struct 134 virtual void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) = 0; argument
|
D | ThreadedBackend.cpp | 74 void ThreadedBackend<Backend>::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch() 112 [&](const WindowDispatchArgs& args) { in threadLoop()
|
D | AndroidInputEventProtoConverter.h | 38 static void toProtoWindowDispatchEvent(const WindowDispatchArgs&,
|
D | InputTracingPerfettoBackend.h | 61 void traceWindowDispatch(const WindowDispatchArgs&, const TracedEventMetadata&) override;
|
D | InputTracer.h | 71 std::vector<const WindowDispatchArgs> pendingDispatchArgs;
|
D | AndroidInputEventProtoConverter.cpp | 104 const WindowDispatchArgs& args, proto::AndroidWindowInputDispatchEvent& outProto, in toProtoWindowDispatchEvent()
|
D | InputTracingPerfettoBackend.cpp | 273 void PerfettoBackend::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch()
|
D | InputTracer.cpp | 218 const WindowDispatchArgs windowDispatchArgs{*tracedEventIt, in traceEventDispatch()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakeInputTracingBackend.h | 62 std::vector<trace::WindowDispatchArgs> mTracedWindowDispatches GUARDED_BY(mLock); 89 void traceWindowDispatch(const trace::WindowDispatchArgs& entry,
|
D | FakeInputTracingBackend.cpp | 41 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()
|