Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp336 class BlastInputSurface : public InputSurface { class
338 BlastInputSurface(const sp<SurfaceControl>& sc, const sp<SurfaceControl>& parentSc, int width, in BlastInputSurface() function in android::test::BlastInputSurface
344 ~BlastInputSurface() = default;
346 static std::unique_ptr<BlastInputSurface> makeBlastInputSurface( in makeBlastInputSurface()
358 return std::make_unique<BlastInputSurface>(surfaceControl, parentSc, width, height); in makeBlastInputSurface()
673 std::unique_ptr<BlastInputSurface> bufferSurface = in TEST_F()
674 BlastInputSurface::makeBlastInputSurface(mComposerClient, 100, 100); in TEST_F()
689 std::unique_ptr<BlastInputSurface> bufferSurface = in TEST_F()
690 BlastInputSurface::makeBlastInputSurface(mComposerClient, 100, 100); in TEST_F()
922 std::unique_ptr<BlastInputSurface> bufferSurface = in TEST_F()
[all …]