Home
last modified time | relevance | path

Searched refs:destroySurface (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp69 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::BpSurfaceComposerClient
104 reply->writeInt32( destroySurface( data.readStrongBinder() ) ); in onTransact()
DSurfaceControl.cpp64 mClient->destroySurface(mHandle); in destroy()
DSurfaceComposerClient.cpp497 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface() function in android::SurfaceComposerClient
500 status_t err = mClient->destroySurface(sid); in destroySurface()
/frameworks/native/include/gui/
DISurfaceComposerClient.h67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
DSurfaceComposerClient.h123 status_t destroySurface(const sp<IBinder>& id);
/frameworks/base/core/java/android/view/
DTextureView.java220 destroySurface(); in onDetachedFromWindow()
230 private void destroySurface() { in destroySurface() method in TextureView
344 destroySurface(); in destroyHardwareResources()
DHardwareRenderer.java1153 destroySurface(); in createEglSurface()
1210 destroySurface(); in destroy()
1217 void destroySurface() { in destroySurface() method in HardwareRenderer.GlRenderer
/frameworks/native/services/surfaceflinger/
DClient.h61 virtual status_t destroySurface(const sp<IBinder>& handle);
DClient.cpp153 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::Client
/frameworks/native/cmds/flatland/
DMain.cpp260 mGLHelper->destroySurface(&mSurface); in tearDown()
379 mGLHelper->destroySurface(&mWindowSurface); in tearDown()
381 mGLHelper->destroySurface(&mSurface); in tearDown()
DGLHelper.h61 void destroySurface(EGLSurface* surface);
DGLHelper.cpp166 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java799 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method
821 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceView.DefaultWindowSurfaceFactory
1146 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper
1160 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()
1255 mEglHelper.destroySurface(); in stopEglSurfaceLocked()
/frameworks/base/services/java/com/android/server/wm/
DDimLayer.java249 void destroySurface() { in destroySurface() method in DimLayer
DWindowAnimator.java125 displayAnimator.mWindowAnimationBackgroundSurface.destroySurface(); in removeDisplayLocked()
133 displayAnimator.mDimAnimator.destroySurface(); in removeDisplayLocked()
/frameworks/base/services/java/com/android/server/power/
DElectronBeam.java195 destroySurface(); in dismiss()
562 private void destroySurface() { in destroySurface() method in ElectronBeam
/frameworks/base/core/java/android/webkit/
DWebViewCore.java2986 private void destroySurface(ViewManager.ChildView childView) { in destroySurface() method in WebViewCore
/frameworks/base/api/
Dcurrent.txt16580 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…