Searched refs:setSurface (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/media/java/android/media/tv/
H A DITvInputHardware.aidl35 boolean setSurface(in Surface surface, in TvStreamConfig config);
H A DITvInputSession.aidl33 void setSurface(in Surface surface);
H A DITvInputSessionWrapper.java103 mTvInputSessionImpl.setSurface((Surface) msg.obj);
185 public void setSurface(Surface surface) { method in class:ITvInputSessionWrapper
/frameworks/base/core/java/android/app/
H A DIActivityContainer.aidl29 void setSurface(in Surface surface, int width, int height, int density);
H A DActivityView.java118 mActivityContainer.setSurface(null, mWidth, mHeight, mMetrics.densityDpi);
121 mActivityContainer.setSurface(mSurface, mWidth, mHeight, mMetrics.densityDpi);
240 mActivityContainer.setSurface(mSurface, mWidth, mHeight, mMetrics.densityDpi);
309 mActivityContainer.setSurface(null, mWidth, mHeight, mMetrics.densityDpi);
372 void setSurface(Surface surface, int width, int height, int density) method in class:ActivityView.ActivityContainerWrapper
374 mIActivityContainer.setSurface(surface, width, height, density);
/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java88 mRS.setSurface(null, 0, 0);
101 mRS.setSurface(holder, w, h);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java93 setSurface(holder.getSurface());
115 setSurface(holder.getSurface());
333 public static native void setSurface(Surface surface); method in class:NativeMedia
368 setSurface(mSurfaceHolder.getSurface());
387 mediaPlayer.setSurface(s);
393 setSurface(surface);
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java75 public void setSurface(Surface surface) { method in class:VirtualDisplay
121 * by the application by calling setSurface(null).
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppView.java46 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java55 mScratchPixelsAllocation1.setSurface(s);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp63 setSurface(NULL);
73 void CanvasContext::setSurface(ANativeWindow* window) { function in class:android::uirenderer::renderthread::CanvasContext
99 setSurface(NULL);
115 setSurface(window);
123 setSurface(window);
H A DCanvasContext.h112 void setSurface(ANativeWindow* window);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h35 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java40 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphView.java59 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchView.java59 mRS.setSurface(holder, w, h);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h50 status_t setSurface(GGLSurface const* s);
H A DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) function in class:android::EGLTextureObject
155 setSurface(&sur);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java68 mRenderThread.setSurface(surface);
81 mRenderThread.setSurface(null);
343 public void setSurface(SurfaceTexture surface) { method in class:BlockingGLTextureView.RenderThread
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainView.java57 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainView.java57 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsView.java57 mRS.setSurface(holder, w, h);

Completed in 5232 milliseconds

123