Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp185 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);
552 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() argument
557 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()
558 foundMatrix = true; in matrixUpdateFound()
559 } else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()
562 return foundMatrix; in matrixUpdateFound()