Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dtrace.h145 struct AsyncEndEvent : public AsyncEvent { struct
146 Type type() const override { return Type::AsyncEnd; } in type()