Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h329 status_t fetchFrameworkHalManifest(HalManifest* out, std::string* error = nullptr);
/system/libvintf/
DVintfObject.cpp120 std::bind(&VintfObject::fetchFrameworkHalManifest, this, _1, _2)); in getFrameworkHalManifest()
428 status_t VintfObject::fetchFrameworkHalManifest(HalManifest* out, std::string* error) { in fetchFrameworkHalManifest() function in android::vintf::VintfObject