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