Home
last modified time | relevance | path

Searched refs:dispatchArgs (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DFakeInputTracingBackend.cpp41 const trace::WindowDispatchArgs& dispatchArgs, in toInputEvent() argument
45 dispatchArgs.resolvedFlags, e.edgeFlags, e.metaState, e.buttonState, in toInputEvent()
46 e.classification, dispatchArgs.transform, e.xPrecision, e.yPrecision, in toInputEvent()
47 e.xCursorPosition, e.yCursorPosition, dispatchArgs.rawTransform, e.downTime, in toInputEvent()
53 KeyEvent toInputEvent(const trace::TracedKeyEvent& e, const trace::WindowDispatchArgs& dispatchArgs, in toInputEvent() argument
57 dispatchArgs.resolvedFlags, e.keyCode, e.scanCode, e.metaState, in toInputEvent()
58 dispatchArgs.resolvedKeyRepeatCount, e.downTime, e.eventTime); in toInputEvent()
/frameworks/native/services/inputflinger/dispatcher/trace/
DThreadedBackend.cpp74 void ThreadedBackend<Backend>::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch() argument
77 mQueue.emplace_back(dispatchArgs, metadata); in traceWindowDispatch()
DInputTracingPerfettoBackend.cpp273 void PerfettoBackend::traceWindowDispatch(const WindowDispatchArgs& dispatchArgs, in traceWindowDispatch() argument
290 tracePacket->set_timestamp(dispatchArgs.deliveryTime); in traceWindowDispatch()
298 AndroidInputEventProtoConverter::toProtoWindowDispatchEvent(dispatchArgs, *dispatchEvent, in traceWindowDispatch()