Home
last modified time | relevance | path

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

/frameworks/base/tests/CtsSurfaceControlTestsStaging/src/main/java/android/view/surfacecontroltests/
DGraphicsActivity.java203 private static class TestSurface { class in GraphicsActivity
211 TestSurface(SurfaceControl parentSurfaceControl, Surface parentSurface, String name, in TestSurface() method in GraphicsActivity.TestSurface
476 private boolean waitForEvents(long waitUntilNanos, TestSurface[] surfaces) in waitForEvents()
482 for (TestSurface surface : surfaces) { in waitForEvents()
500 for (TestSurface surface : surfaces) { in waitForEvents()
508 private void waitForStableFrameRate(TestSurface... surfaces) throws InterruptedException { in waitForStableFrameRate()
514 TestSurface... surfaces) throws InterruptedException { in verifyExactAndStableFrameRate()
520 TestSurface... surfaces) throws InterruptedException { in verifyCompatibleAndStableFrameRate()
525 private void verifyFrameRates(List<Float> expectedFrameRates, TestSurface... surfaces) in verifyFrameRates()
532 TestSurface... surfaces) throws InterruptedException { in verifyFrameRate()
[all …]
/frameworks/native/libs/gui/tests/
DSurface_test.cpp1033 class TestSurface : public Surface { class
1035 TestSurface(const sp<IGraphicBufferProducer>& bufferProducer, FenceToFenceTimeMap* fenceMap) in TestSurface() function in android::TestSurface
1043 ~TestSurface() override {} in ~TestSurface()
1176 mSurface = new TestSurface(mProducer, &mFenceMap); in SetUp()
1313 sp<TestSurface> mSurface;