Searched defs:destroy (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java93 public void destroy() { method in class:WebView
/frameworks/rs/
H A Drs_hal.h136 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1555::__anon1556
141 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1555::__anon1557
215 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1555::__anon1558
221 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1555::__anon1559
230 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1555::__anon1560
239 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1555::__anon1561
245 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1555::__anon1562
252 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1555::__anon1563
257 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1555::__anon1564
263 void (*destroy)(cons member in struct:android::renderscript::__anon1555::__anon1565
273 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1555::__anon1566
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h136 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1584::__anon1585
141 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1584::__anon1586
215 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1584::__anon1587
221 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1584::__anon1588
230 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1584::__anon1589
239 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1584::__anon1590
245 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1584::__anon1591
252 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1584::__anon1592
257 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1584::__anon1593
263 void (*destroy)(cons member in struct:android::renderscript::__anon1584::__anon1594
273 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1584::__anon1595
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1020 public void destroy() { method in class:WallpaperService.IWallpaperEngineWrapper
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java98 * // destroy the Recognizer
99 * recognizer.destroy();
236 public void destroy() { method in class:Recognizer.Grammar
249 destroy();
250 throw new IllegalStateException("someone forgot to destroy Grammar");
402 public void destroy() { method in class:Recognizer
429 destroy();
430 throw new IllegalStateException("someone forgot to destroy Recognizer");
/frameworks/base/core/java/android/view/
H A DSurface.java394 public void destroy() { method in class:Surface
H A DHardwareRenderer.java219 abstract void destroy(boolean full); method in class:HardwareRenderer
753 * Checks for OpenGL errors. If an error has occured, {@link #destroy(boolean)}
774 destroy(true);
793 destroy(true);
957 // In case we need to destroy an existing surface
1005 void destroy(boolean full) { method in class:HardwareRenderer.GlRenderer
1480 void destroy(boolean full) { method in class:HardwareRenderer.Gl20Renderer
1482 super.destroy(full);
H A DWindow.java450 public final void destroy() { method in class:Window
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java97 * Set if the client has asked that the destroy of its surface be delayed
591 public void destroy() { method in class:WindowStateAnimator.SurfaceTrace
592 super.destroy();
593 Slog.v(SURFACE_TAG, "destroy: " + this + ". Called by "
782 mPendingDestroySurface.destroy();
795 mSurface.destroy();
822 mPendingDestroySurface.destroy();
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java532 destroy();
745 private native final void destroy(); method in class:AssetManager
767 destroy();
/frameworks/base/core/java/android/os/
H A DParcel.java2203 private void destroy() { method in class:Parcel
2219 destroy();
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java83 // Flag for blocking messages. This is used during destroy() so
481 public void destroy() { method in class:BrowserFrame
H A DWebViewProvider.java88 * See {@link WebView#destroy()}.
93 public void destroy(); method in interface:WebViewProvider
H A DWebView.java650 * methods may be called on this WebView after destroy.
652 public void destroy() { method in class:WebView
654 mProvider.destroy();
H A DWebViewCore.java1269 // loads and destroy the native view and frame.
1277 mBrowserFrame.destroy();
1977 void destroy() { method in class:WebViewCore
H A DWebViewClassic.java682 // It's used to dismiss the dialog in destroy if not done before.
686 // destroy if not done before.
2111 * See {@link WebView#destroy()}
2114 public void destroy() { method in class:WebViewClassic
2116 Log.e(LOGTAG, "Error: WebView.destroy() called while still attached!");
2136 mAccessibilityInjector.destroy();
2140 // Tell WebViewCore to destroy itself
2144 webViewCore.destroy();
4186 destroy();
7260 // after WebView's destroy() i
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java263 mDisplayProvider.destroy();
264 mDisplayContentObserver.destroy();
265 mScreenStateObserver.destroy();
868 public void destroy() { method in class:ScreenMagnifier.ScreenStateObserver
962 public void destroy() { method in class:ScreenMagnifier.DisplayContentObserver
1842 public void destroy() { method in class:ScreenMagnifier.DisplayProvider
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java801 public void destroy() { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java1031 public void destroy() { method in class:RenderScript
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp3994 mOutputTracks[i]->destroy();
4081 mOutputTracks[i]->destroy();
4235 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
4377 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
4384 // On the other hand, as long as Track::destroy() is only called by
5806 mTrack->destroy();
5957 mRecordTrack->destroy();
6444 void AudioFlinger::RecordThread::RecordTrack::destroy() function in class:android::AudioFlinger::RecordThread::RecordTrack
6446 // see comments at AudioFlinger::PlaybackThread::Track::destroy()
9037 mCblk->~effect_param_cblk_t(); // destroy ou
[all...]

Completed in 7394 milliseconds

12