Searched refs:TestSurface (Results 1 – 2 of 2) sorted by relevance
203 private static class TestSurface { class in GraphicsActivity211 TestSurface(SurfaceControl parentSurfaceControl, Surface parentSurface, String name, in TestSurface() method in GraphicsActivity.TestSurface476 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 …]
1033 class TestSurface : public Surface { class1035 TestSurface(const sp<IGraphicBufferProducer>& bufferProducer, FenceToFenceTimeMap* fenceMap) in TestSurface() function in android::TestSurface1043 ~TestSurface() override {} in ~TestSurface()1176 mSurface = new TestSurface(mProducer, &mFenceMap); in SetUp()1313 sp<TestSurface> mSurface;