/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 69 virtual status_t destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::BpSurfaceComposerClient 104 reply->writeInt32( destroySurface( data.readStrongBinder() ) ); in onTransact()
|
D | SurfaceControl.cpp | 64 mClient->destroySurface(mHandle); in destroy()
|
D | SurfaceComposerClient.cpp | 497 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/ |
D | ISurfaceComposerClient.h | 67 virtual status_t destroySurface(const sp<IBinder>& handle) = 0;
|
D | SurfaceComposerClient.h | 123 status_t destroySurface(const sp<IBinder>& id);
|
/frameworks/base/core/java/android/view/ |
D | TextureView.java | 220 destroySurface(); in onDetachedFromWindow() 230 private void destroySurface() { in destroySurface() method in TextureView 344 destroySurface(); in destroyHardwareResources()
|
D | HardwareRenderer.java | 1153 destroySurface(); in createEglSurface() 1210 destroySurface(); in destroy() 1217 void destroySurface() { in destroySurface() method in HardwareRenderer.GlRenderer
|
/frameworks/native/services/surfaceflinger/ |
D | Client.h | 61 virtual status_t destroySurface(const sp<IBinder>& handle);
|
D | Client.cpp | 153 status_t Client::destroySurface(const sp<IBinder>& handle) { in destroySurface() function in android::Client
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 260 mGLHelper->destroySurface(&mSurface); in tearDown() 379 mGLHelper->destroySurface(&mWindowSurface); in tearDown() 381 mGLHelper->destroySurface(&mSurface); in tearDown()
|
D | GLHelper.h | 61 void destroySurface(EGLSurface* surface);
|
D | GLHelper.cpp | 166 void GLHelper::destroySurface(EGLSurface* surface) { in destroySurface() function in android::GLHelper
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 799 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/ |
D | DimLayer.java | 249 void destroySurface() { in destroySurface() method in DimLayer
|
D | WindowAnimator.java | 125 displayAnimator.mWindowAnimationBackgroundSurface.destroySurface(); in removeDisplayLocked() 133 displayAnimator.mDimAnimator.destroySurface(); in removeDisplayLocked()
|
/frameworks/base/services/java/com/android/server/power/ |
D | ElectronBeam.java | 195 destroySurface(); in dismiss() 562 private void destroySurface() { in destroySurface() method in ElectronBeam
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewCore.java | 2986 private void destroySurface(ViewManager.ChildView childView) { in destroySurface() method in WebViewCore
|
/frameworks/base/api/ |
D | current.txt | 16580 …method public abstract void destroySurface(javax.microedition.khronos.egl.EGL10, javax.microeditio…
|