Searched defs:destroy (Results 51 - 75 of 85) sorted by relevance

1234

/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java242 public void destroy() { method in class:FrameSequenceDrawable
243 destroy(mBitmapProvider);
246 private void destroy(BitmapProvider bitmapProvider) { method in class:FrameSequenceDrawable
264 // For simplicity and safety, we don't destroy the state object here
272 mFrameSequenceState.destroy();
274 destroy();
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java326 void destroy() { method in class:LoaderManagerImpl.LoaderInfo
357 mPendingLoader.destroy();
384 destroy();
390 // we try to destroy it.
408 info.destroy();
609 inactive.destroy();
621 info.destroy();
628 info.mPendingLoader.destroy();
638 // Keep track of the previous instance of this loader so we can destroy
667 info.destroy();
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegate.java313 final void destroy() { method in class:ActionBarActivityDelegate
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp57 extern "C" void destroy(IDrmEngine* plugIn) { function
/frameworks/base/core/java/android/content/
H A DUndoManager.java314 state.destroy();
332 state.destroy();
521 mWorking.destroy();
552 mWorking.destroy();
590 mWorking.destroy();
920 void destroy() { method in class:UndoManager.UndoState
/frameworks/base/core/java/android/print/
H A DPrintManager.java282 wrappedListener.destroy();
512 private Activity mActivity; // Strong reference OK - cleared in destroy
514 private PrintDocumentAdapter mDocumentAdapter; // Strong reference OK - cleared in destroy
516 private Handler mHandler; // Strong reference OK - cleared in destroy
518 private IPrintDocumentAdapterObserver mObserver; // Strong reference OK - cleared in destroy
712 mPendingCallback.destroy();
790 // Done printing, so destroy this instance as it
806 public void destroy(); method in interface:PrintManager.PrintDocumentAdapterDelegate.DestroyableCallback
846 destroy();
870 destroy();
899 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
1002 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyWriteResultCallback
1037 public void destroy() { method in class:PrintManager.PrintJobStateChangeListenerWrapper
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java91 mCloseGuard.open("destroy");
113 public void destroy(Runnable callback) { method in class:PageContentRepository
178 mRenderer.destroy(callback);
537 public void destroy(final Runnable callback) { method in class:PageContentRepository.AsyncRenderer
H A DRemotePrintDocument.java294 public void destroy() { method in class:RemotePrintDocument
296 Log.i(LOG_TAG, "[CALLED] destroy()");
299 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState));
388 destroy();
396 destroy();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java149 mCloseGuard.open("destroy");
487 public void destroy(Runnable callback) { method in class:PageAdapter
745 mPageContentRepository.destroy(callback);
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java116 public void destroy() { method in class:RemotePrintService
H A DRemotePrintSpooler.java304 public final void destroy() { method in class:RemotePrintSpooler
307 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] destroy()");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java355 public abstract void destroy(); method in class:BackingStore.Backing
471 public void destroy() { method in class:BackingStore.ObjectBacking
558 public void destroy() { method in class:BackingStore.BitmapBacking
662 public void destroy() { method in class:BackingStore.TextureBacking
784 public void destroy() { method in class:BackingStore.ByteBufferBacking
894 public void destroy() { method in class:BackingStore.AllocationBacking
896 mAllocation.destroy();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java258 mTest.destroy();
309 mInPixelsAllocation.destroy();
310 mInPixelsAllocation2.destroy();
312 mOutPixelsAllocation.destroy();
314 mOutDisplayAllocation.destroy();
315 mRS.destroy();
370 void destroy() { method in class:ImageProcessingActivityJB.DVFSWorkaround
/frameworks/rs/
H A Drs_hal.h151 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1520::__anon1521
166 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1520::__anon1522
250 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1520::__anon1523
256 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1520::__anon1524
265 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1520::__anon1525
274 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1520::__anon1526
280 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1520::__anon1527
287 void (*destroy)(const Context *rsc, const Path *m); member in struct:android::renderscript::__anon1520::__anon1528
292 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1520::__anon1529
299 void (*destroy)(cons member in struct:android::renderscript::__anon1520::__anon1530
309 void (*destroy)(const Context *rsc, const ScriptGroup *sg); member in struct:android::renderscript::__anon1520::__anon1531
315 void (*destroy)(const Context *rsc, const Type *m); member in struct:android::renderscript::__anon1520::__anon1532
321 void (*destroy)(const Context *rsc, const Element *m); member in struct:android::renderscript::__anon1520::__anon1533
[all...]
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java96 * // destroy the Recognizer
97 * recognizer.destroy();
234 public void destroy() { method in class:Recognizer.Grammar
247 destroy();
248 throw new IllegalStateException("someone forgot to destroy Grammar");
400 public void destroy() { method in class:Recognizer
427 destroy();
428 throw new IllegalStateException("someone forgot to destroy Recognizer");
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java333 public void destroy() { method in class:SurfaceControl
H A DThreadedRenderer.java126 void destroy() { method in class:ThreadedRenderer
435 // destroy the graphic buffer
437 buffer.destroy();
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp179 virtual void destroy() { function in class:android::AnimationContextBridge
180 AnimationContext::destroy();
307 proxy->destroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java137 public void destroy() { method in class:QSTile
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java110 * Set if the client has asked that the destroy of its surface be delayed
665 public void destroy() { method in class:WindowStateAnimator.SurfaceTrace
666 super.destroy();
667 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "destroy: " + this + ". Called by "
938 mPendingDestroySurface.destroy();
951 mSurfaceControl.destroy();
983 mPendingDestroySurface.destroy();
/frameworks/av/services/audioflinger/
H A DTracks.cpp228 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
284 mTrack->destroy();
474 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
481 // On the other hand, as long as Track::destroy() is only called by
1950 mRecordTrack->destroy();
2073 void AudioFlinger::RecordThread::RecordTrack::destroy() function in class:android::AudioFlinger::RecordThread::RecordTrack
2075 // see comments at AudioFlinger::PlaybackThread::Track::destroy()
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java530 destroy();
779 private native final void destroy(); method in class:AssetManager
801 destroy();
/frameworks/base/core/java/android/os/
H A DParcel.java2439 private void destroy() { method in class:Parcel
2455 destroy();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1140 public void destroy() { method in class:WallpaperService.IWallpaperEngineWrapper
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java91 * See {@link WebView#destroy()}.
96 public void destroy(); method in interface:WebViewProvider

Completed in 847 milliseconds

1234