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

/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/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/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 DElement.java243 public void destroy() throws IllegalStateException { method in class:Element
244 super.destroy();
H A DRenderScript.java310 public void destroy() { method in class:RenderScript
/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/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/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
H A DParcel.java1997 destroy();
2002 private native void destroy(); method in class:Parcel
/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.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
H A DLayerBuffer.cpp160 source->destroy();
698 // we need a lock here to protect "destroy"
715 void LayerBuffer::OverlaySource::destroy() function in class:android::LayerBuffer::OverlaySource
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java378 public void destroy() { method in class:SpeechRecognizer
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java93 public void destroy() { method in class:WebView
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java800 public void destroy() { method in class:WallpaperService.IWallpaperEngineWrapper
/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/core/java/android/webkit/
H A DBrowserFrame.java70 // Flag for blocking messages. This is used during destroy() so
435 public void destroy() { method in class:BrowserFrame
H A DWebViewCore.java914 // loads and destroy the native view and frame.
916 mBrowserFrame.destroy();
1525 void destroy() { method in class:WebViewCore
1527 // messages and sending the destroy message.
H A DWebView.java1231 * methods may be called on a WebView after destroy.
1233 public void destroy() { method in class:WebView
1240 // Tell WebViewCore to destroy itself
1244 webViewCore.destroy();
3203 destroy();
5969 // maybe called after WebView's destroy(). As we can't get settings,
6270 // after WebView's destroy() is called, skip handling messages.
/frameworks/base/libs/surfaceflinger_client/
H A DSurface.cpp121 destroy();
124 void SurfaceControl::destroy() function in class:android::SurfaceControl
139 // here, the window manager tells us explicitly that we should destroy
145 destroy();
/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/libs/audioflinger/
H A DAudioFlinger.cpp2095 mOutputTracks[i]->destroy();
2249 mOutputTracks[i]->destroy();
2373 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
2491 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
2498 // On the other hand, as long as Track::destroy() is only called by
3100 mTrack->destroy();

Completed in 257 milliseconds