Home
last modified time | relevance | path

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

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