Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h142 struct AsyncStartEvent : public AsyncEvent { struct
143 Type type() const override { return Type::AsyncStart; } in type()