Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/
DISurfaceComposerClient.cpp74 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::BpSurfaceComposerClient
159 reply->writeInt32(destroySurface( data.readStrongBinder() ) ); in onTransact()
DSurfaceControl.cpp64 mClient->destroySurface(mHandle); in destroy()
DSurfaceComposerClient.cpp595 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface() function in android::SurfaceComposerClient
598 status_t err = mClient->destroySurface(sid); in destroySurface()
/frameworks/native/include/gui/
DISurfaceComposerClient.h69 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
DSurfaceComposerClient.h155 status_t destroySurface(const sp<IBinder>& id);
/frameworks/native/services/surfaceflinger/
DClient.h61 virtual status_t destroySurface(const sp<IBinder>& handle);
DClient.cpp151 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::Client
/frameworks/native/cmds/flatland/
DMain.cpp334 mGLHelper->destroySurface(&mSurface); in tearDown()
453 mGLHelper->destroySurface(&mWindowSurface); in tearDown()
455 mGLHelper->destroySurface(&mSurface); in tearDown()
DGLHelper.h61 void destroySurface(EGLSurface* surface);
DGLHelper.cpp169 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayerController.java78 state.dimLayer.destroySurface(); in updateDimLayer()
296 state.dimLayer.destroySurface(); in close()
307 state.dimLayer.destroySurface(); in removeDimLayerUser()
DDimLayer.java355 void destroySurface() { in destroySurface() method in DimLayer
DTaskPositioner.java324 mDimLayer.destroySurface(); in unregister()
DWindowStateAnimator.java884 destroySurface(); in destroySurfaceLocked()
2030 void destroySurface() { in destroySurface() method in WindowStateAnimator
DTaskStack.java849 mAnimationBackgroundSurface.destroySurface(); in close()
DWindowManagerService.java9706 wsa.destroySurface(); in reclaimSomeSurfaceMemoryLocked()
9715 wsa.destroySurface(); in reclaimSomeSurfaceMemoryLocked()
9759 winAnimator.destroySurface(); in reclaimSomeSurfaceMemoryLocked()
/frameworks/base/libs/hwui/renderthread/
DEglManager.h64 void destroySurface(EGLSurface surface);
DEglManager.cpp241 void EglManager::destroySurface(EGLSurface surface) { in destroySurface() function in android::uirenderer::renderthread::EglManager
DCanvasContext.cpp103 mEglManager.destroySurface(mEglSurface); in setSurface()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java813 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method
835 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceView.DefaultWindowSurfaceFactory
1164 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper
1178 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp()
1274 mEglHelper.destroySurface(); in stopEglSurfaceLocked()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java263 public void destroySurface() { in destroySurface() method in BlockingGLTextureView.EglHelper
411 mEglHelper.destroySurface(); in handleMessageLocked()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java359 destroySurface(); in dismiss()
631 private void destroySurface() {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21215 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
/frameworks/base/api/
Dtest-current.txt28175 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
Dcurrent.txt28105 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…

12