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

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp67 status_t SimplePlayer::setSurface(const sp<ISurfaceTexture> &surfaceTexture) { function in class:android::SimplePlayer
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java211 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
H A DAllocation.java1182 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/rs/
H A Drs_hal.h82 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1555
H A DrsAllocation.cpp458 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { function in class:Allocation
650 alloc->setSurface(rsc, sur);
H A DrsContext.cpp523 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { function in class:Context
525 mHal.funcs.setSurface(this, w, h, sur);
745 rsc->setSurface(w, h, sur);
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h82 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1584
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp215 static void setSurface(JNIEnv* env, jobject surfaceObj, const sp<Surface>& surface) { function in namespace:android
268 setSurface(env, surfaceObj, surface);
307 setSurface(env, surfaceObj, surface);
312 setSurface(env, surfaceObj, NULL);
321 setSurface(env, surfaceObj, NULL);
760 setSurface(env, surfaceObj, surface);
762 setSurface(env, otherObj, NULL);
774 setSurface(env, surfaceObj, surface);
H A Dandroid_app_NativeActivity.cpp425 setSurface(NULL);
437 void setSurface(jobject _surface) { function in struct:android::NativeCode
824 code->setSurface(surface);
846 code->setSurface(surface);
901 code->setSurface(NULL);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java392 * <tr><td>setSurface </p></td>
653 * is needed. Not calling this method or {@link #setSurface(Surface)}
690 public void setSurface(Surface surface) { method in class:MediaPlayer

Completed in 132 milliseconds