Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp186 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);
391 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound() argument
394 if (hasWidth && hasHeight && !foundSize) { in sizeUpdateFound()
395 foundSize = true; in sizeUpdateFound()
397 else if (hasWidth && hasHeight && foundSize) { in sizeUpdateFound()
400 return foundSize; in sizeUpdateFound()