/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 74 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::BpSurfaceComposerClient 159 reply->writeInt32(destroySurface( data.readStrongBinder() ) ); in onTransact()
|
D | SurfaceControl.cpp | 64 mClient->destroySurface(mHandle); in destroy()
|
D | SurfaceComposerClient.cpp | 595 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/ |
D | ISurfaceComposerClient.h | 69 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
|
D | SurfaceComposerClient.h | 155 status_t destroySurface(const sp<IBinder>& id);
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 61 virtual status_t destroySurface(const sp<IBinder>& handle);
|
D | Client.cpp | 151 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::Client
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 334 mGLHelper->destroySurface(&mSurface); in tearDown() 453 mGLHelper->destroySurface(&mWindowSurface); in tearDown() 455 mGLHelper->destroySurface(&mSurface); in tearDown()
|
D | GLHelper.h | 61 void destroySurface(EGLSurface* surface);
|
D | GLHelper.cpp | 169 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayerController.java | 78 state.dimLayer.destroySurface(); in updateDimLayer() 296 state.dimLayer.destroySurface(); in close() 307 state.dimLayer.destroySurface(); in removeDimLayerUser()
|
D | DimLayer.java | 355 void destroySurface() { in destroySurface() method in DimLayer
|
D | TaskPositioner.java | 324 mDimLayer.destroySurface(); in unregister()
|
D | WindowStateAnimator.java | 884 destroySurface(); in destroySurfaceLocked() 2030 void destroySurface() { in destroySurface() method in WindowStateAnimator
|
D | TaskStack.java | 849 mAnimationBackgroundSurface.destroySurface(); in close()
|
D | WindowManagerService.java | 9706 wsa.destroySurface(); in reclaimSomeSurfaceMemoryLocked() 9715 wsa.destroySurface(); in reclaimSomeSurfaceMemoryLocked() 9759 winAnimator.destroySurface(); in reclaimSomeSurfaceMemoryLocked()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 64 void destroySurface(EGLSurface surface);
|
D | EglManager.cpp | 241 void EglManager::destroySurface(EGLSurface surface) { in destroySurface() function in android::uirenderer::renderthread::EglManager
|
D | CanvasContext.cpp | 103 mEglManager.destroySurface(mEglSurface); in setSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 813 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/ |
D | BlockingGLTextureView.java | 263 public void destroySurface() { in destroySurface() method in BlockingGLTextureView.EglHelper 411 mEglHelper.destroySurface(); in handleMessageLocked()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 359 destroySurface(); in dismiss() 631 private void destroySurface() {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 21215 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
|
/frameworks/base/api/ |
D | test-current.txt | 28175 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
|
D | current.txt | 28105 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
|