Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp172 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);
477 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() argument
482 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()
483 foundMatrix = true; in matrixUpdateFound()
484 } else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()
487 return foundMatrix; in matrixUpdateFound()