Searched defs:setSurface (Results 1 - 25 of 42) sorted by last modified time

12

/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/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java299 protected void setSurface(Surface surface) { method in class:LocalPlayer
305 protected void setSurface(SurfaceHolder surfaceHolder) { method in class:LocalPlayer
313 setSurface((SurfaceHolder)null);
327 // The setSurface API does not exist until V14+.
329 ICSMediaPlayer.setSurface(mMediaPlayer, mSurface);
332 + "setSurface() on this version of the platform.");
379 public static final void setSurface(MediaPlayer player, Surface surface) { method in class:LocalPlayer.ICSMediaPlayer
380 player.setSurface(surface);
467 setSurface(holder);
475 setSurface(holde
[all...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java299 protected void setSurface(Surface surface) { method in class:LocalPlayer
305 protected void setSurface(SurfaceHolder surfaceHolder) { method in class:LocalPlayer
313 setSurface((SurfaceHolder)null);
327 // The setSurface API does not exist until V14+.
329 ICSMediaPlayer.setSurface(mMediaPlayer, mSurface);
332 + "setSurface() on this version of the platform.");
379 public static final void setSurface(MediaPlayer player, Surface surface) { method in class:LocalPlayer.ICSMediaPlayer
380 player.setSurface(surface);
467 setSurface(holder);
475 setSurface(holde
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java357 mOutDisplayAllocation.setSurface(mOutSurface);
441 public void setSurface(Surface s) { method in class:ImageProcessingActivityJB.Processor
771 mProcessor.setSurface(new Surface(surface));
776 mProcessor.setSurface(new Surface(surface));
782 mProcessor.setSurface(null);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java341 public void setSurface(Surface surface) { method in class:CameraOps
/frameworks/rs/cpp/
H A DAllocation.cpp510 void Allocation::setSurface(const sp<Surface>& s) { function in class:Allocation
/frameworks/rs/
H A DrsAllocation.cpp620 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { function in class:android::renderscript::Allocation
622 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
874 alloc->setSurface(rsc, sur);
H A DrsContext.cpp575 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { function in class:android::renderscript::Context
577 mHal.funcs.setSurface(this, w, h, sur);
821 rsc->setSurface(w, h, sur);
H A Drs_hal.h144 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon2040
232 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon2040::__anon2042
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2727 public void setSurface(Surface sur) { method in class:Allocation
3002 * For USAGE_IO_OUTPUT, destroy() implies setSurface(null).
3027 setSurface(null);
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java376 public void setSurface(Surface surface) { method in class:CameraOps
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java426 mOutDisplayAllocationIO.setSurface(mOutSurface);
523 public void setSurface(Surface s) { method in class:ImageProcessingActivity2.Processor
778 mProcessor.setSurface(new Surface(surface));
783 mProcessor.setSurface(new Surface(surface));
788 mProcessor.setSurface(null);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) function in class:android::EGLTextureObject
155 setSurface(&sur);
/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/rs/java/android/renderscript/
H A DAllocation.java3038 public void setSurface(Surface sur) { method in class:Allocation
3353 * For USAGE_IO_OUTPUT, destroy() implies setSurface(null).
3359 setSurface(null);
H A DRenderScriptGL.java205 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java4818 public void setSurface(Surface surface, int width, int height, int density) { method in class:ActivityStackSupervisor.ActivityContainer
4874 public void setSurface(Surface surface, int width, int height, int density) { method in class:ActivityStackSupervisor.VirtualActivityContainer
4875 super.setSurface(surface, width, height, density);
4910 ((VirtualActivityDisplay) mActivityDisplay).setSurface(null);
4919 "setSurface: " + this + " to display=" + virtualActivityDisplay);
4945 ((VirtualActivityDisplay) mActivityDisplay).setSurface(mSurface);
5068 void setSurface(Surface surface) { method in class:ActivityStackSupervisor.VirtualActivityDisplay
5070 mVirtualDisplay.setSurface(surface);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java834 // attempts to call setSurface with different TvStreamConfig objects, the last call will
837 public boolean setSurface(Surface surface, TvStreamConfig config) method in class:TvInputHardwareManager.TvInputHardwareImpl
H A DTvInputManagerService.java1255 public void setSurface(IBinder sessionToken, Surface surface, int userId) { method in class:TvInputManagerService.BinderService
1258 userId, "setSurface");
1266 getSessionLocked(sessionState).setSurface(surface);
1269 Process.SYSTEM_UID, resolvedUserId).setSurface(surface);
1272 Slog.e(TAG, "error in setSurface", e);
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp98 void setSurface(const sp<Surface>& surface);
153 void BufferProducerThread::setSurface(const sp<Surface>& surface) { function in class:android::BufferProducerThread
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp158 bool SkiaOpenGLPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { function in class:android::uirenderer::skiapipeline::SkiaOpenGLPipeline
H A DSkiaVulkanPipeline.cpp134 bool SkiaVulkanPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { function in class:android::uirenderer::skiapipeline::SkiaVulkanPipeline
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp178 setSurface(nullptr);
184 void CanvasContext::setSurface(Surface* surface) { function in class:android::uirenderer::renderthread::CanvasContext
189 bool hasSurface = mRenderPipeline->setSurface(surface, mSwapBehavior);
206 setSurface(surface);
210 setSurface(surface);
253 setSurface(nullptr);
431 setSurface(nullptr);
H A DOpenGLPipeline.cpp149 bool OpenGLPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { function in class:android::uirenderer::renderthread::OpenGLPipeline
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java449 * <tr><td>setSurface </p></td>
740 * is needed. Not calling this method or {@link #setSurface(Surface)}
781 public void setSurface(Surface surface) { method in class:MediaPlayer

Completed in 568 milliseconds

12