Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/
H A Dcheck_vintf.cpp146 struct StaticRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> { struct
147 std::shared_ptr<RuntimeInfo> info;
148 StaticRuntimeInfoFactory(std::shared_ptr<RuntimeInfo> i) : info(i) {} in StaticRuntimeInfoFactory() function
149 std::shared_ptr<RuntimeInfo> make_shared() const override { in make_shared()