Home
last modified time | relevance | path

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

1234

/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/core/java/android/view/
DThreadedRenderer.java385 setSurface(surface); in initialize()
426 setSurface(surface); in updateSurface()
430 public void setSurface(Surface surface) { in setSurface() method in ThreadedRenderer
434 super.setSurface(surface); in setSurface()
436 super.setSurface(null); in setSurface()
711 setSurface(surface); in SimpleRenderer()
/frameworks/base/rs/java/android/renderscript/
DRSSurfaceView.java91 mRS.setSurface(null, 0, 0); in surfaceDestroyed()
104 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp140 setSurface(nullptr); in destroy()
146 void CanvasContext::setSurface(sp<Surface>&& surface, bool enableTimeout) { in setSurface() function in android::uirenderer::renderthread::CanvasContext
168 bool hasSurface = mRenderPipeline->setSurface(mNativeSurface.get(), mSwapBehavior, colorMode, in setSurface()
237 setSurface(nullptr); in makeCurrent()
366 setSurface(nullptr); in prepareTree()
465 setSurface(nullptr); in draw()
DIRenderPipeline.h69 virtual bool setSurface(ANativeWindow* window, SwapBehavior swapBehavior, ColorMode colorMode,
/frameworks/base/media/java/android/media/tv/
DITvInputHardware.aidl35 boolean setSurface(in Surface surface, in TvStreamConfig config); in setSurface() method
DITvInputSession.aidl34 void setSurface(in Surface surface); in setSurface() method
/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/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingActivityJB.java356 mOutDisplayAllocation.setSurface(mOutSurface); in run()
440 public void setSurface(Surface s) { in setSurface() method in ImageProcessingActivityJB.Processor
770 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
775 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
781 mProcessor.setSurface(null); in onSurfaceTextureDestroyed()
/frameworks/base/media/jni/
Dandroid_media_MediaSync.h36 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DImageProcessingActivity2.java426 mOutDisplayAllocationIO.setSurface(mOutSurface); in run()
523 public void setSurface(Surface s) { in setSurface() method in ImageProcessingActivity2.Processor
778 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
783 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
788 mProcessor.setSurface(null); in onSurfaceTextureDestroyed()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp143 setSurface(NULL); in ~NativeCode()
154 void setSurface(jobject _surface) { in setSurface() function
546 code->setSurface(surface); in onSurfaceCreated_native()
570 code->setSurface(surface); in onSurfaceChanged_native()
629 code->setSurface(NULL); in onSurfaceDestroyed_native()
Dandroid_view_Surface.cpp491 proxy->setSurface(surface, false); in create()
499 static void setSurface(JNIEnv* env, jclass clazz, jlong rendererPtr, jlong surfacePtr) { in setSurface() function
502 proxy->setSurface(surface); in setSurface()
560 {"nHwuiSetSurface", "(JJ)V", (void*) hwui::setSurface },
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
DSampleRSActivity.java57 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
63 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java74 public void setSurface(Surface surface) { in setSurface() method in VirtualDisplay
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.h46 bool setSurface(ANativeWindow* surface, renderthread::SwapBehavior swapBehavior,
DSkiaVulkanPipeline.h45 bool setSurface(ANativeWindow* surface, renderthread::SwapBehavior swapBehavior,
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DUsageIO.java55 mScratchPixelsAllocation1.setSurface(s); in createTest()
/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/av/cmds/stagefright/
DSimplePlayer.h36 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMyLittleTextureView.java49 mRenderer.setSurface(reader.getSurface()); in onCreate()

1234