Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp167 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);
422 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound() argument
425 if (hasWidth && hasHeight && !foundSize) { in sizeUpdateFound()
426 foundSize = true; in sizeUpdateFound()
427 } else if (hasWidth && hasHeight && foundSize) { in sizeUpdateFound()
430 return foundSize; in sizeUpdateFound()