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