Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DVintfObject.h270 virtual const std::unique_ptr<ObjectFactory<RuntimeInfo>>& getRuntimeInfoFactory();
/aosp12/system/libvintf/
H A DVintfObject.cpp543 mDeviceRuntimeInfo.object = getRuntimeInfoFactory()->make_shared(); in getRuntimeInfo()
950 const std::unique_ptr<ObjectFactory<RuntimeInfo>>& VintfObject::getRuntimeInfoFactory() { in getRuntimeInfoFactory() function in android::vintf::VintfObject
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp512 return static_cast<MockRuntimeInfoFactory&>(*vintfObject->getRuntimeInfoFactory()); in runtimeInfoFactory()