Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp133 class SurfaceInterceptorTest : public ::testing::Test { class
158 using TestTransactionAction = void (SurfaceInterceptorTest::*)(Transaction&);
159 using TestAction = void (SurfaceInterceptorTest::*)();
160 using TestBooleanVerification = bool (SurfaceInterceptorTest::*)(const Trace&);
161 using TestVerification = void (SurfaceInterceptorTest::*)(const Trace&);
248 void SurfaceInterceptorTest::captureInTransaction(TestTransactionAction action, Trace* outTrace) { in captureInTransaction()
257 void SurfaceInterceptorTest::capture(TestAction action, Trace* outTrace) { in capture()
266 void SurfaceInterceptorTest::setupBackgroundSurface() { in setupBackgroundSurface()
298 void SurfaceInterceptorTest::preProcessTrace(const Trace& trace) { in preProcessTrace()
303 void SurfaceInterceptorTest::captureTest(TestTransactionAction action, in captureTest()
[all …]
/frameworks/native/
DTEST_MAPPING13 "include-filter": "*SurfaceInterceptorTest.*"