Searched defs:destroy (Results 76 - 100 of 108) sorted by relevance

12345

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java378 // If we just ran a test, we destroy it here to relieve some memory pressure
380 mTest.destroy();
461 mInPixelsAllocation.destroy();
462 mInPixelsAllocation2.destroy();
464 mOutPixelsAllocation.destroy();
468 mTest.destroy();
471 mOutDisplayAllocation.destroy();
472 mRS.destroy();
527 void destroy() { method in class:ImageProcessingActivityJB.DVFSWorkaround
/frameworks/av/services/audioflinger/
H A DTracks.cpp228 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
284 mTrack->destroy();
437 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
444 // On the other hand, as long as Track::destroy() is only called by
1434 mRecordTrack->destroy();
1568 void AudioFlinger::RecordThread::RecordTrack::destroy() function in class:android::AudioFlinger::RecordThread::RecordTrack
1570 // see comments at AudioFlinger::PlaybackThread::Track::destroy()
/frameworks/base/core/java/android/print/
H A DPrintManager.java363 wrappedListener.destroy();
609 wrappedListener.destroy();
699 wrappedListener.destroy();
769 private Activity mActivity; // Strong reference OK - cleared in destroy
771 private PrintDocumentAdapter mDocumentAdapter; // Strong reference OK - cleared in destroy
773 private Handler mHandler; // Strong reference OK - cleared in destroy
775 private IPrintDocumentAdapterObserver mObserver; // Strong reference OK - cleared in destroy
986 mPendingCallback.destroy();
1065 // Done printing, so destroy this instance as it
1090 public void destroy(); method in interface:PrintManager.PrintDocumentAdapterDelegate.DestroyableCallback
1183 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
1286 public void destroy() { method in class:PrintManager.PrintDocumentAdapterDelegate.MyWriteResultCallback
1324 public void destroy() { method in class:PrintManager.PrintJobStateChangeListenerWrapper
1356 public void destroy() { method in class:PrintManager.PrintServicesChangeListenerWrapper
1389 public void destroy() { method in class:PrintManager.PrintServiceRecommendationsChangeListenerWrapper
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java87 mCloseGuard.open("destroy");
109 public void destroy(final Runnable callback) { method in class:PageContentRepository
114 destroy(callback);
125 mRenderer.destroy();
176 destroy(null);
510 public void destroy() { method in class:PageContentRepository.AsyncRenderer
H A DRemotePrintDocument.java301 public void destroy() { method in class:RemotePrintDocument
303 Log.i(LOG_TAG, "[CALLED] destroy()");
306 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState));
407 destroy();
415 destroy();
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java421 guard.open("destroy");
2084 // destroy the native object that is being reused.
3352 * For USAGE_IO_OUTPUT, destroy() implies setSurface(null).
3356 public void destroy() { method in class:Allocation
3362 mType.destroy();
3365 super.destroy();
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java161 mSurfaceControl.destroy();
687 public void destroy() { method in class:WindowSurfaceController.SurfaceTrace
688 super.destroy();
689 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "destroy: " + this + ". Called by "
862 public void destroy() { method in class:WindowSurfaceController.SurfaceControlWithBackground
863 super.destroy();
864 mBackgroundControl.destroy();
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java130 public void destroy() { method in class:RemotePrintService
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java511 public final void destroy() { method in class:Conference
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java3002 * For USAGE_IO_OUTPUT, destroy() implies setSurface(null).
3005 public void destroy() { method in class:Allocation
3029 super.destroy();
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java564 destroy();
862 private native final void destroy(); method in class:AssetManager
884 destroy();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1148 public void destroy() { method in class:WallpaperService.IWallpaperEngineWrapper
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java342 public void destroy() { method in class:SurfaceControl
H A DThreadedRenderer.java370 void destroy() { method in class:ThreadedRenderer
949 // destroy the graphic buffer
951 buffer.destroy();
H A DWindow.java707 public final void destroy() { method in class:Window
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java102 * See {@link WebView#destroy()}.
107 public void destroy(); method in interface:WebViewProvider
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java130 sri.connection.destroy();
280 mRefinementResultReceiver.destroy();
381 mRefinementResultReceiver.destroy();
528 conn.destroy();
540 mRefinementResultReceiver.destroy();
558 mRefinementResultReceiver.destroy();
1407 destroy();
1424 destroy();
1435 public void destroy() { method in class:ChooserActivity.ChooserTargetServiceConnection
1508 public void destroy() { method in class:ChooserActivity.RefinementResultReceiver
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp190 void destroy() { function in class:android::RootRenderNode
231 virtual void destroy() { function in class:android::AnimationContextBridge
232 AnimationContext::destroy();
519 rootRenderNode->destroy();
521 proxy->destroy(&observer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTile.java212 public void destroy() { method in class:QSTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java458 public void destroy() { method in class:VolumeDialog
H A DVolumeDialogController.java162 public void destroy() { method in class:VolumeDialogController
163 if (D.BUG) Log.d(TAG, "destroy");
167 mMediaSessions.destroy();
168 mObserver.destroy();
169 mReceiver.destroy();
717 public void destroy() { method in class:VolumeDialogController.SettingObserver
760 public void destroy() { method in class:VolumeDialogController.Receiver
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java2230 restrictionState.destroy();
2413 destroy();
2417 public void destroy() { method in class:AppOpsService.ClientRestrictionState
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java730 public void destroy() { method in class:MediaSessionRecord.SessionStub
/frameworks/rs/
H A Drs_hal.h204 void (*destroy)(const Context *rsc, Script *s); member in struct:android::renderscript::__anon1695::__anon1696
221 void (*destroy)(const Context *rsc, Allocation *alloc); member in struct:android::renderscript::__anon1695::__anon1697
316 void (*destroy)(const Context *rsc, const ProgramStore *ps); member in struct:android::renderscript::__anon1695::__anon1698
322 void (*destroy)(const Context *rsc, const ProgramRaster *ps); member in struct:android::renderscript::__anon1695::__anon1699
331 void (*destroy)(const Context *rsc, const ProgramVertex *pv); member in struct:android::renderscript::__anon1695::__anon1700
340 void (*destroy)(const Context *rsc, const ProgramFragment *pf); member in struct:android::renderscript::__anon1695::__anon1701
346 void (*destroy)(const Context *rsc, const Mesh *m); member in struct:android::renderscript::__anon1695::__anon1702
351 void (*destroy)(const Context *rsc, const Sampler *m); member in struct:android::renderscript::__anon1695::__anon1703
358 void (*destroy)(const Context *rsc, const FBOCache *fb); member in struct:android::renderscript::__anon1695::__anon1704
368 void (*destroy)(cons member in struct:android::renderscript::__anon1695::__anon1705
374 void (*destroy)(const Context *rsc, const Type *m); member in struct:android::renderscript::__anon1695::__anon1706
380 void (*destroy)(const Context *rsc, const Element *m); member in struct:android::renderscript::__anon1695::__anon1707
[all...]
/frameworks/base/core/java/android/os/
H A DParcel.java2676 private void destroy() { method in class:Parcel
2693 destroy();

Completed in 798 milliseconds

12345