Searched refs:getRuntimeInfoFactory (Results 1 – 3 of 3) sorted by relevance
270 virtual const std::unique_ptr<ObjectFactory<RuntimeInfo>>& getRuntimeInfoFactory();
543 mDeviceRuntimeInfo.object = getRuntimeInfoFactory()->make_shared(); in getRuntimeInfo()950 const std::unique_ptr<ObjectFactory<RuntimeInfo>>& VintfObject::getRuntimeInfoFactory() { in getRuntimeInfoFactory() function in android::vintf::VintfObject
512 return static_cast<MockRuntimeInfoFactory&>(*vintfObject->getRuntimeInfoFactory()); in runtimeInfoFactory()