/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 60 status_t destroySurface(const sp<IBinder>& handle) override { in destroySurface() function in android::BpSurfaceComposerClient 61 return callRemote<decltype(&ISurfaceComposerClient::destroySurface)>(Tag::DESTROY_SURFACE, in destroySurface() 96 return callLocal(data, reply, &ISurfaceComposerClient::destroySurface); in onTransact()
|
D | SurfaceControl.cpp | 64 mClient->destroySurface(mHandle); in destroy()
|
D | SurfaceComposerClient.cpp | 708 status_t SurfaceComposerClient::destroySurface(const sp<IBinder>& sid) { in destroySurface() function in android::SurfaceComposerClient 711 status_t err = mClient->destroySurface(sid); in destroySurface()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Stress_test.cpp | 37 client->destroySurface(surf->getHandle()); in TEST()
|
/frameworks/native/include/gui/ |
D | ISurfaceComposerClient.h | 59 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
|
D | SurfaceComposerClient.h | 169 status_t destroySurface(const sp<IBinder>& id);
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.h | 43 void destroySurface(EGLSurface surface);
|
D | VulkanManager.h | 88 void destroySurface(VulkanSurface* surface);
|
D | OpenGLPipeline.cpp | 152 mEglManager.destroySurface(mEglSurface); in setSurface()
|
D | EglManager.cpp | 238 void EglManager::destroySurface(EGLSurface surface) { in destroySurface() function in android::uirenderer::renderthread::EglManager
|
D | VulkanManager.cpp | 268 void VulkanManager::destroySurface(VulkanSurface* surface) { in destroySurface() function in android::uirenderer::renderthread::VulkanManager 552 destroySurface(surface); in createSurface()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.h | 60 void destroySurface(EGLSurface* surface);
|
D | Main.cpp | 333 mGLHelper->destroySurface(&mSurface); in tearDown() 452 mGLHelper->destroySurface(&mWindowSurface); in tearDown() 454 mGLHelper->destroySurface(&mSurface); in tearDown()
|
D | GLHelper.cpp | 168 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 65 virtual status_t destroySurface(const sp<IBinder>& handle);
|
D | Client.cpp | 202 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::Client
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayerController.java | 79 state.dimLayer.destroySurface(); in updateDimLayer() 322 state.dimLayer.destroySurface(); in close() 333 state.dimLayer.destroySurface(); in removeDimLayerUser()
|
D | DimLayer.java | 357 void destroySurface() { in destroySurface() method in DimLayer
|
D | TaskPositioner.java | 342 mDimLayer.destroySurface(); in unregister()
|
/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/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 824 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface); in destroySurface() method 846 public void destroySurface(EGL10 egl, EGLDisplay display, in destroySurface() method in GLSurfaceView.DefaultWindowSurfaceFactory 1175 public void destroySurface() { in destroySurface() method in GLSurfaceView.EglHelper 1189 view.mEGLWindowSurfaceFactory.destroySurface(mEgl, mEglDisplay, mEglSurface); in destroySurfaceImp() 1285 mEglHelper.destroySurface(); in stopEglSurfaceLocked()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 136 mVkManager.destroySurface(mVkSurface); in setSurface()
|
D | SkiaOpenGLPipeline.cpp | 161 mEglManager.destroySurface(mEglSurface); in setSurface()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 359 destroySurface(); in dismiss() 636 private void destroySurface() {
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.cpp | 626 mComposerClient->destroySurface(mLayers[delete_.id()]->getHandle()); in deleteSurfaceControl()
|