Home
last modified time | relevance | path

Searched refs:inputMatrix (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/libvintf/
H A DCompatibilityMatrix.cpp409 bool CompatibilityMatrix::addAll(CompatibilityMatrix* inputMatrix, std::string* error) { in addAll() argument
410 if (!addAllHals(inputMatrix, error) || !addAllXmlFiles(inputMatrix, error) || in addAll()
411 !addAllKernels(inputMatrix, error) || !addSepolicy(inputMatrix, error) || in addAll()
412 !addAvbMetaVersion(inputMatrix, error) || !addVndk(inputMatrix, error) || in addAll()
413 !addVendorNdk(inputMatrix, error) || !addSystemSdk(inputMatrix, error)) { in addAll()
415 *error = "File \"" + inputMatrix->fileName() + "\" cannot be added: " + *error + "."; in addAll()
422 bool CompatibilityMatrix::addAllAsOptional(CompatibilityMatrix* inputMatrix, std::string* error) { in addAllAsOptional() argument
423 if (!addAllHalsAsOptional(inputMatrix, error) || in addAllAsOptional()
424 !addAllXmlFilesAsOptional(inputMatrix, error) || !addAllKernels(inputMatrix, error)) { in addAllAsOptional()
426 *error = "File \"" + inputMatrix->fileName() + "\" cannot be added: " + *error; in addAllAsOptional()
/aosp12/frameworks/native/libs/renderengine/skia/filters/
H A DBlurFilter.cpp159 SkMatrix inputMatrix; in drawBlurRegion() local
160 if (!canvas->getTotalMatrix().invert(&inputMatrix)) { in drawBlurRegion()
168 inputMatrix); in drawBlurRegion()
/aosp12/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h84 bool addAll(CompatibilityMatrix* inputMatrix, std::string* error);
108 bool addAllAsOptional(CompatibilityMatrix* inputMatrix, std::string* error);