Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dcheck_vintf.cpp143 struct StaticRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> { struct
144 std::shared_ptr<RuntimeInfo> info;
145 StaticRuntimeInfoFactory(std::shared_ptr<RuntimeInfo> i) : info(i) {} in StaticRuntimeInfoFactory() function
146 std::shared_ptr<RuntimeInfo> make_shared() const override { in make_shared()