Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp126 class SurfaceInterceptorTest : public ::testing::Test { class
147 using TestTransactionAction = void (SurfaceInterceptorTest::*)(Transaction&);
148 using TestAction = void (SurfaceInterceptorTest::*)();
149 using TestBooleanVerification = bool (SurfaceInterceptorTest::*)(const Trace&);
150 using TestVerification = void (SurfaceInterceptorTest::*)(const Trace&);
224 void SurfaceInterceptorTest::captureInTransaction(TestTransactionAction action, Trace* outTrace) { in captureInTransaction()
233 void SurfaceInterceptorTest::capture(TestAction action, Trace* outTrace) { in capture()
242 void SurfaceInterceptorTest::setupBackgroundSurface() { in setupBackgroundSurface()
266 void SurfaceInterceptorTest::preProcessTrace(const Trace& trace) { in preProcessTrace()
270 void SurfaceInterceptorTest::captureTest(TestTransactionAction action, in captureTest()
[all …]
DSurfaceFlinger_test.filter3 …"filter": "CredentialsTest.*:SurfaceFlingerStress.*:SurfaceInterceptorTest.*:LayerTransactionTest.…
/frameworks/native/
DTEST_MAPPING13 "include-filter": "*SurfaceInterceptorTest.*"