Searched defs:setSurface (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp67 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::SimplePlayer
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java212 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
H A DAllocation.java1553 setSurface(new Surface(st));
1562 public void setSurface(Surface sur) { method in class:Allocation
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) function in class:android::EGLTextureObject
155 setSurface(&sur);
/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/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp421 M4OSA_ERR VideoEditorPreviewController::setSurface(const sp<Surface> &surface) { function in class:android::VideoEditorPreviewController
422 ALOGV("setSurface");
H A DPreviewPlayer.cpp1771 void PreviewPlayer::setSurface(const sp<Surface> &surface) { function in class:android::PreviewPlayer
/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/rs/
H A Drs_hal.h83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1650
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon1650::__anon1652
H A DrsAllocation.cpp488 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { function in class:Allocation
490 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
706 alloc->setSurface(rsc, sur);
H A DrsContext.cpp625 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { function in class:Context
627 mHal.funcs.setSurface(this, w, h, sur);
856 rsc->setSurface(w, h, sur);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp124 setSurface(NULL);
135 void setSurface(jobject _surface) { function in struct:android::NativeCode
471 code->setSurface(surface);
493 code->setSurface(surface);
548 code->setSurface(NULL);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java408 * <tr><td>setSurface </p></td>
673 * is needed. Not calling this method or {@link #setSurface(Surface)}
710 public void setSurface(Surface surface) { method in class:MediaPlayer

Completed in 348 milliseconds