Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DActivityView.java118 mActivityContainer.setSurface(null, mWidth, mHeight, mMetrics.densityDpi); in onVisibilityChanged()
121 mActivityContainer.setSurface(mSurface, mWidth, mHeight, mMetrics.densityDpi); in onVisibilityChanged()
240 mActivityContainer.setSurface(mSurface, mWidth, mHeight, mMetrics.densityDpi); in attachToSurfaceWhenReady()
309 mActivityContainer.setSurface(null, mWidth, mHeight, mMetrics.densityDpi); in onSurfaceTextureDestroyed()
372 void setSurface(Surface surface, int width, int height, int density) in setSurface() method in ActivityView.ActivityContainerWrapper
374 mIActivityContainer.setSurface(surface, width, height, density); in setSurface()
DIActivityContainer.aidl29 void setSurface(in Surface surface, int width, int height, int density); in setSurface() method
/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/rs/java/android/renderscript/
DRSSurfaceView.java88 mRS.setSurface(null, 0, 0); in surfaceDestroyed()
101 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp63 setSurface(NULL); in destroy()
73 void CanvasContext::setSurface(ANativeWindow* window) { in setSurface() function in android::uirenderer::renderthread::CanvasContext
99 setSurface(NULL); in swapBuffers()
115 setSurface(window); in initialize()
123 setSurface(window); in updateSurface()
DCanvasContext.h112 void setSurface(ANativeWindow* window);
/frameworks/base/media/java/android/media/tv/
DITvInputHardware.aidl35 boolean setSurface(in Surface surface, in TvStreamConfig config); in setSurface() method
DITvInputSession.aidl33 void setSurface(in Surface surface); in setSurface() method
DITvInputSessionWrapper.java103 mTvInputSessionImpl.setSurface((Surface) msg.obj); in executeMessage()
185 public void setSurface(Surface surface) { in setSurface() method in ITvInputSessionWrapper
/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/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingActivityJB.java359 mOutDisplayAllocation.setSurface(mOutSurface); in run()
443 public void setSurface(Surface s) { in setSurface() method in ImageProcessingActivityJB.Processor
739 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureAvailable()
744 mProcessor.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged()
749 mProcessor.setSurface(null); in onSurfaceTextureDestroyed()
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java75 public void setSurface(Surface surface) { in setSurface() method in VirtualDisplay
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
DSimpleAppView.java46 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp126 setSurface(NULL); in ~NativeCode()
137 void setSurface(jobject _surface) { in setSurface() function
485 code->setSurface(surface); in onSurfaceCreated_native()
507 code->setSurface(surface); in onSurfaceChanged_native()
562 code->setSurface(NULL); in onSurfaceDestroyed_native()
/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()
/frameworks/rs/java/tests/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.h35 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
DFountainFboView.java40 mRS.setSurface(holder, w, h); in surfaceChanged()
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
DSceneGraphView.java59 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_11/src/com/android/rs/test/
DRSTestView.java60 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_16/src/com/android/rs/test/
DRSTestView.java60 mRS.setSurface(holder, w, h); in surfaceChanged()

123