Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp161 using TestVerification = void (SurfaceInterceptorTest::*)(const Trace&); typedef in android::SurfaceInterceptorTest
173 void captureTest(TestAction action, TestVerification verification);
327 void SurfaceInterceptorTest::captureTest(TestAction action, TestVerification verification) { in captureTest()