Searched refs:fetchDeviceHalManifest (Results 1 – 2 of 2) sorted by relevance
311 status_t fetchDeviceHalManifest(HalManifest* out, std::string* error = nullptr);
131 std::bind(&VintfObject::fetchDeviceHalManifest, this, _1, _2), in getDeviceHalManifest()302 status_t VintfObject::fetchDeviceHalManifest(HalManifest* out, std::string* error) { in fetchDeviceHalManifest() function in android::vintf::VintfObject