Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp133 class SurfaceInterceptorTest : public ::testing::Test { class
159 using TestAction = void (SurfaceInterceptorTest::*)();
263 void SurfaceInterceptorTest::setupBackgroundSurface() { in setupBackgroundSurface()
343 void SurfaceInterceptorTest::sizeUpdate(Transaction& t) { in sizeUpdate()
347 void SurfaceInterceptorTest::alphaUpdate(Transaction& t) { in alphaUpdate()
369 void SurfaceInterceptorTest::cropUpdate(Transaction& t) { in cropUpdate()
424 void SurfaceInterceptorTest::runAllUpdates() { in runAllUpdates()
450 void SurfaceInterceptorTest::nBufferUpdates() { in nBufferUpdates()
842 captureTest(&SurfaceInterceptorTest::positionUpdate, in TEST_F()
907 captureTest(&SurfaceInterceptorTest::reparentUpdate, in TEST_F()
[all …]
/aosp12/frameworks/native/
H A DTEST_MAPPING13 "include-filter": "*SurfaceInterceptorTest.*"