Home
last modified time | relevance | path

Searched refs:setSurface (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DNativeMedia.java93 setSurface(holder.getSurface()); in onCreate()
115 setSurface(holder.getSurface()); in onCreate()
333 public static native void setSurface(Surface surface); in setSurface() method in NativeMedia
368 setSurface(mSurfaceHolder.getSurface()); in useAsSinkForNative()
387 mediaPlayer.setSurface(s); in useAsSinkForJava()
393 setSurface(surface); in useAsSinkForNative()
/frameworks/base/graphics/java/android/renderscript/
DRSSurfaceView.java96 mRS.setSurface(null, 0, 0); in surfaceDestroyed()
109 mRS.setSurface(holder, w, h); in surfaceChanged()
DRenderScriptGL.java212 public void setSurface(SurfaceHolder sur, int w, int h) { in setSurface() method in RenderScriptGL
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java57 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
63 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
69 mOutPixelsAllocation.setSurface(null); in onSurfaceTextureDestroyed()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java68 mRenderThread.setSurface(surface); in onSurfaceTextureAvailable()
81 mRenderThread.setSurface(null); in onSurfaceTextureDestroyed()
343 public void setSurface(SurfaceTexture surface) { in setSurface() method in BlockingGLTextureView.RenderThread
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp124 setSurface(NULL); in ~NativeCode()
135 void setSurface(jobject _surface) { in setSurface() function
471 code->setSurface(surface); in onSurfaceCreated_native()
493 code->setSurface(surface); in onSurfaceChanged_native()
548 code->setSurface(NULL); in onSurfaceDestroyed_native()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DSimpleAppView.java46 mRS.setSurface(holder, w, h); in surfaceChanged()
DTestAppView.java64 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DUsageIO.java55 mScratchPixelsAllocation1.setSurface(s); in createTest()
/frameworks/av/cmds/stagefright/
DSimplePlayer.h35 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/native/opengl/libagl/
DTextureObjectManager.h50 status_t setSurface(GGLSurface const* s);
DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) in setSurface() function in android::EGLTextureObject
155 setSurface(&sur); in setImage()
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSceneGraphView.java59 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
DFountainFboView.java40 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
DRsBenchView.java59 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
DFountainView.java57 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
DFountainView.java57 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
DBallsView.java57 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.h41 M4OSA_ERR setSurface(const sp<Surface>& surface);
DPreviewPlayer.h46 void setSurface(const sp<Surface> &surface);
/frameworks/rs/
Drs_hal.h83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member
DrsAllocation.h162 void setSurface(const Context *rsc, RsNativeWindow sur);

12