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