Searched refs:destroy (Results 251 - 275 of 367) sorted by relevance

<<1112131415

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java58 public void destroy() { method in class:BlockingGLTextureView
93 destroy();
188 * already exists, destroy it before creating the new surface.
H A DTiledImageView.java115 public void destroy() { method in class:TiledImageView
120 mTextureView.destroy();
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java261 oldPhone.destroy();
262 // destroy sets all the calls to disconnected if any live ones still exist. Therefore,
263 // it is important to remove the Listener *after* the call to destroy so that
472 public abstract void destroy(); method in class:InCallService.VideoCall
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java106 mBgRenderer.destroy();
257 public void destroy() { method in class:MultiProducerActivity.FakeFrame
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java199 // destroy the bitmap here, since there's no safe way to get back to
289 public void destroy() { method in class:FrameSequenceDrawable
310 // For simplicity and safety, we don't destroy the state object here
320 mFrameSequenceState.destroy();
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java118 mTest.destroy();
226 rs.destroy();
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java152 guard.open("destroy");
187 guard.open("destroy");
193 public void destroy() { method in class:ScriptGroup.Closure
194 super.destroy();
196 mReturnValue.destroy();
406 guard.open("destroy");
423 guard.open("destroy");
1067 public void destroy() { method in class:ScriptGroup
1068 super.destroy();
1073 c.destroy();
[all...]
/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();
H A DBlackFrame.java160 mBlackSurfaces[i].surface.destroy();
/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/statusbar/phone/
H A DQSTileHost.java173 public void destroy() { method in class:QSTileHost
174 mAutoTiles.destroy();
330 tile.getValue().destroy();
/frameworks/wilhelm/src/itf/
H A DIObject.c527 // The pre-destroy hook is called with mutex locked, and should block until it is safe to
528 // destroy. It is OK to unlock the mutex temporarily, as it long as it re-locks the mutex
549 VoidHook destroy = clazz->mDestroy; local
574 // The destroy hook is called with mutex locked
575 if (NULL != destroy) {
576 (*destroy)(thiz);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
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/core/java/android/nfc/
H A DNfcActivityManager.java135 public void destroy() { method in class:NfcActivityManager.NfcActivityState
193 activityState.destroy();
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java163 destroy();
412 public void destroy() { method in class:TrustAgentWrapper
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java242 mTest.destroy();
462 rs.destroy();
/frameworks/rs/
H A DrsScriptGroup.cpp33 if (mRSC->mHal.funcs.scriptgroup.destroy) {
34 mRSC->mHal.funcs.scriptgroup.destroy(mRSC, this);
/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h50 void destroy();
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java143 public final void destroy() { method in class:PrinterDiscoverySession
145 Log.w(LOG_TAG, "Ignoring destroy - session destroyed");
/frameworks/base/core/java/android/printservice/
H A DPrintService.java476 mDiscoverySession.destroy();
H A DPrinterDiscoverySession.java550 void destroy() { method in class:PrinterDiscoverySession
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp79 destroy(nullptr);
83 void CanvasContext::destroy(TreeObserver* observer) { function in class:android::uirenderer::renderthread::CanvasContext
88 mAnimationContext->destroy();
676 thread.eglManager().destroy();
H A DCanvasContext.h96 void destroy(TreeObserver* observer);
H A DRenderProxy.cpp234 CREATE_BRIDGE2(destroy, CanvasContext* context, TreeObserver* observer) {
235 args->context->destroy(args->observer);
239 void RenderProxy::destroy(TreeObserver* observer) { function in class:android::uirenderer::renderthread::RenderProxy
240 SETUP_TASK(destroy);

Completed in 759 milliseconds

<<1112131415