Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h325 status_t fetchOdmHalManifest(HalManifest* out, std::string* error = nullptr);
/system/libvintf/
DVintfObject.cpp262 status_t odmStatus = fetchOdmHalManifest(&odmManifest, error); in fetchDeviceHalManifest()
324 status_t VintfObject::fetchOdmHalManifest(HalManifest* out, std::string* error) { in fetchOdmHalManifest() function in android::vintf::VintfObject