Searched refs:fetchDeviceMatrix (Results 1 – 2 of 2) sorted by relevance
313 status_t fetchDeviceMatrix(CompatibilityMatrix* out, std::string* error = nullptr);
125 return Get(__func__, &mDeviceMatrix, std::bind(&VintfObject::fetchDeviceMatrix, this, _1, _2)); in getDeviceCompatibilityMatrix()368 status_t VintfObject::fetchDeviceMatrix(CompatibilityMatrix* out, std::string* error) { in fetchDeviceMatrix() function in android::vintf::VintfObject