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

/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/av/cmds/stagefright/
H A DSimplePlayer.cpp68 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::SimplePlayer
/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionWrapper.java103 mTvInputSessionImpl.setSurface((Surface) msg.obj);
185 public void setSurface(Surface surface) { method in class:ITvInputSessionWrapper
H A DTvInputService.java898 void setSurface(Surface surface) { method in class:TvInputService.Session
H A DTvInputManager.java1242 public void setSurface(Surface surface) { method in class:TvInputManager.Session
1249 mService.setSurface(mToken, surface, mUserId);
1257 * passed by {@link #setSurface}.
1907 public boolean setSurface(Surface surface, TvStreamConfig config) { method in class:TvInputManager.Hardware
1909 return mInterface.setSurface(surface, config);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java205 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
H A DAllocation.java1571 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/base/core/java/android/app/
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/core/jni/
H A Dandroid_view_Surface.cpp401 static void setSurface(JNIEnv* env, jclass clazz, jlong rendererPtr, jlong surfacePtr) { function in namespace:android::uirenderer
450 {"nHwuiSetSurface", "(JJ)V", (void*) hwui::setSurface },
H A Dandroid_app_NativeActivity.cpp126 setSurface(NULL);
137 void setSurface(jobject _surface) { function in struct:android::NativeCode
485 code->setSurface(surface);
507 code->setSurface(surface);
562 code->setSurface(NULL);
/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);
/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/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp80 void setSurface(const sp<Surface>& surface);
135 void BufferProducerThread::setSurface(const sp<Surface>& surface) { function in class:android::BufferProducerThread
401 connection.mThread->setSurface(surface);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java359 mOutDisplayAllocation.setSurface(mOutSurface);
443 public void setSurface(Surface s) { method in class:ImageProcessingActivityJB.Processor
739 mProcessor.setSurface(new Surface(surface));
744 mProcessor.setSurface(new Surface(surface));
749 mProcessor.setSurface(null);
/frameworks/rs/
H A Drs_hal.h92 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1535
174 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon1535::__anon1537
H A DrsAllocation.cpp516 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { function in class:Allocation
518 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
747 alloc->setSurface(rsc, sur);
H A DrsContext.cpp646 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { function in class:Context
648 mHal.funcs.setSurface(this, w, h, sur);
884 rsc->setSurface(w, h, sur);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java744 // attempts to call setSurface with different TvStreamConfig objects, the last call will
747 public boolean setSurface(Surface surface, TvStreamConfig config) method in class:TvInputHardwareManager.TvInputHardwareImpl
H A DTvInputManagerService.java1076 public void setSurface(IBinder sessionToken, Surface surface, int userId) { method in class:TvInputManagerService.BinderService
1079 userId, "setSurface");
1087 getSessionLocked(sessionState).setSurface(surface);
1090 Process.SYSTEM_UID, resolvedUserId).setSurface(surface);
1093 Slog.e(TAG, "error in setSurface", e);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java429 * <tr><td>setSurface </p></td>
700 * is needed. Not calling this method or {@link #setSurface(Surface)}
737 public void setSurface(Surface surface) { method in class:MediaPlayer
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java3858 public void setSurface(Surface surface, int width, int height, int density) { method in class:ActivityStackSupervisor.ActivityContainer
3921 public void setSurface(Surface surface, int width, int height, int density) { method in class:ActivityStackSupervisor.VirtualActivityContainer
3922 super.setSurface(surface, width, height, density);
3957 ((VirtualActivityDisplay) mActivityDisplay).setSurface(null);
3965 if (DEBUG_STACK) Slog.d(TAG, "setSurface: " + this + " to display="
3999 ((VirtualActivityDisplay) mActivityDisplay).setSurface(mSurface);
4085 void setSurface(Surface surface) { method in class:ActivityStackSupervisor.VirtualActivityDisplay
4087 mVirtualDisplay.setSurface(surface);

Completed in 4130 milliseconds