Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h323 status_t fetchDeviceHalManifest(HalManifest* out, std::string* error = nullptr);
/system/libvintf/
DVintfObject.cpp111 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