Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DVintfObject.h324 status_t fetchDeviceMatrix(CompatibilityMatrix* out, std::string* error = nullptr);
/system/libvintf/
DVintfObject.cpp128 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