Searched refs:getSurface (Results 1 - 25 of 79) sorted by relevance

1234

/frameworks/native/opengl/tests/include/
H A DWindowSurface.h38 EGLNativeWindowType getSurface() const;
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java28 sur = surfaceView.getHolder().getSurface();
31 sur = holder.getSurface();
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp82 EGLNativeWindowType WindowSurface::getSurface() const { function in class:WindowSurface
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java58 public Surface getSurface() { method in class:VirtualDisplay
/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java283 public Surface getSurface(); method in interface:SurfaceHolder
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java145 mSurfaceId = mGLEnv.registerSurface(getHolder().getSurface());
147 throw new RuntimeException("Could not register Surface: " + getHolder().getSurface() +
/frameworks/base/libs/hwui/tests/
H A DTestContext.cpp56 return mSurfaceControl->getSurface();
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java106 public Surface getSurface() {
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp44 sp<Surface> surface = surfaceControl->getSurface();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java54 Surface s = mScratchPixelsAllocation2.getSurface();
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp68 sp<Surface> surface = control->getSurface();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java102 mRecorder.setPreviewDisplay(mSurfaceHolder.getSurface());
133 recorder.setPreviewDisplay(mSurfaceHolder.getSurface());
148 /* Test: getSurface() before prepare()
152 surface = recorder.getSurface();
153 throw new Exception("getSurface failed to throw IllegalStateException");
160 /* Test: getSurface() after prepare()
165 surface = recorder.getSurface();
167 throw new Exception("getSurface failed to throw IllegalStateException");
171 throw new Exception("getSurface failed to throw IllegalStateException");
177 /* Test: getSurface() afte
[all...]
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java189 requester.addTarget(mCaptureBuffer.getSurface());
316 mSurfaceView.getHolder().getSurface(), mCaptureBuffer.getSurface());
353 requestBuilder.addTarget(holder.getSurface());
/frameworks/native/include/gui/
H A DSurfaceControl.h75 sp<Surface> getSurface() const;
/frameworks/base/core/java/android/app/
H A DNativeActivity.java266 onSurfaceCreatedNative(mNativeHandle, holder.getSurface());
273 onSurfaceChangedNative(mNativeHandle, holder.getSurface(), format, width, height);
280 onSurfaceRedrawNeededNative(mNativeHandle, holder.getSurface());
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java93 setSurface(holder.getSurface());
115 setSurface(holder.getSurface());
368 setSurface(mSurfaceHolder.getSurface());
/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java122 public Surface getSurface() { method in class:OutputConfiguration
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java54 mThread = new RenderingThread(holder.getSurface());
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp90 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp49 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java67 return mInputAllocation.getSurface();
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java253 sur = surfaceView.getHolder().getSurface();
256 sur = holder.getSurface();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java82 sur = surfaceView.getHolder().getSurface();
85 sur = holder.getSurface();
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java219 public Surface getSurface() { method in class:BaseSurfaceHolder

Completed in 1719 milliseconds

1234