Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h331 status_t fetchUnfilteredFrameworkHalManifest(HalManifest* out, std::string* error);
/system/libvintf/
DVintfObject.cpp386 status_t VintfObject::fetchUnfilteredFrameworkHalManifest(HalManifest* out, std::string* error) { in fetchUnfilteredFrameworkHalManifest() function in android::vintf::VintfObject
429 status_t status = fetchUnfilteredFrameworkHalManifest(out, error); in fetchFrameworkHalManifest()