Searched refs:destroy (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DSurfaceSession.java33 * Unlike destroy(), after this call any surfaces that were created
41 destroy();
45 private native void destroy(); method in class:SurfaceSession
H A DSurface.java302 public native void destroy(); method in class:Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl28 void destroy();
/frameworks/base/libs/ui/
H A DIOverlay.cpp40 virtual void destroy() function in class:android::BpOverlay
58 destroy();
H A DOverlay.cpp98 void Overlay::destroy() { function in class:android::Overlay
102 // data side must be closed first and then the destroy send to
109 mOverlayRef->mOverlayChannel->destroy();
/frameworks/base/include/ui/
H A DIOverlay.h35 virtual void destroy() = 0; // one-way
H A DOverlay.h74 void destroy();
/frameworks/base/core/java/android/os/
H A DBinder.java271 destroy();
278 private native final void destroy(); method in class:Binder
335 destroy();
341 private native final void destroy(); method in class:BinderProxy
/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java76 public void destroy() { method in class:BaseObj
H A DProgramVertex.java116 public void destroy() { method in class:ProgramVertex.MatrixAllocation
117 mAlloc.destroy();
H A DRSSurfaceView.java161 mRS.destroy();
H A DElement.java243 public void destroy() throws IllegalStateException { method in class:Element
244 super.destroy();
H A DType.java116 e.destroy();
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dumemory.h102 inline void destroy (T* p) throw() function in namespace:ustl
111 inline void destroy (ForwardIterator first, ForwardIterator last) throw() function in namespace:ustl
116 destroy (&*first);
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java99 * // destroy the Recognizer
100 * recognizer.destroy();
237 public void destroy() { method in class:Recognizer.Grammar
250 destroy();
251 throw new IllegalStateException("someone forgot to destroy Grammar");
403 public void destroy() { method in class:Recognizer
430 destroy();
431 throw new IllegalStateException("someone forgot to destroy Recognizer");
/frameworks/base/libs/surfaceflinger/
H A DLayerBuffer.h49 virtual void destroy() { } function in class:android::LayerBuffer::Source
137 virtual void destroy() { } function in class:android::LayerBuffer::BufferSource
160 virtual void destroy();
165 virtual void destroy() { function in class:android::LayerBuffer::OverlaySource::OverlayChannel
H A DLayer.h94 void destroy();
H A DLayer.cpp70 destroy();
74 void Layer::destroy() function in class:android::Layer
102 destroy();
347 // destroy() could have been called before we get here, we log it
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp115 static void destroy(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { function in class:android::SkPathMeasureGlue
129 {"native_destroy", "(I)V", (void*) SkPathMeasureGlue::destroy }
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java93 public void destroy() { method in class:WebView
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java530 destroy();
742 private native final void destroy(); method in class:AssetManager
764 destroy();
/frameworks/base/include/surfaceflinger/
H A DSurface.h113 void destroy();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java140 webView.destroy();
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp88 pluginFuncs->destroy = NPP_Destroy;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java144 webView.destroy();

Completed in 604 milliseconds

12