Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp58 auto vintfObject = vintf::VintfObjectRecovery::GetInstance(); in GetManifestsWithDescription() local
59 if (vintfObject == nullptr) { in GetManifestsWithDescription()
63 return {ManifestWithDescription{vintfObject->getRecoveryHalManifest(), "recovery"}}; in GetManifestsWithDescription()
65 auto vintfObject = vintf::VintfObject::GetInstance(); in GetManifestsWithDescription()
66 if (vintfObject == nullptr) { in GetManifestsWithDescription()
70 return {ManifestWithDescription{vintfObject->getDeviceHalManifest(), "device"}, in GetManifestsWithDescription()
71 ManifestWithDescription{vintfObject->getFrameworkHalManifest(), "framework"}}; in GetManifestsWithDescription()