Searched refs:destroy (Results 151 - 175 of 200) sorted by relevance

12345678

/frameworks/base/tools/preload/
H A DMemoryUsage.java258 process.destroy();
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_program_store.java173 pRS.destroy();
H A DUT_vector.java316 pRS.destroy();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java245 destroy();
415 public void destroy() { method in class:WebViewChromium
420 destroy();
426 mAwContents.destroy();
428 mGLfunctor.destroy();
/frameworks/base/core/java/android/print/
H A DPrintManager.java268 wrappedListener.destroy();
1026 public void destroy() { method in class:PrintManager.PrintJobStateChangeListenerWrapper
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp41 extern "C" void destroy(IDrmEngine* pPlugIn) { function
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java398 public void destroy() { method in class:SpeechRecognizer
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java284 public void destroy() { method in class:SurfaceControl
H A DTextureView.java225 Log.w(LOG_TAG, "TextureView was not able to destroy its surface: " + this);
246 mLayer.destroy();
H A DWindow.java450 public final void destroy() { method in class:Window
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java118 thumbnail.destroy();
H A DWindowStateAnimator.java93 * Set if the client has asked that the destroy of its surface be delayed
593 public void destroy() { method in class:WindowStateAnimator.SurfaceTrace
594 super.destroy();
595 Slog.v(SURFACE_TAG, "destroy: " + this + ". Called by " + Debug.getCallers(3));
790 mPendingDestroySurface.destroy();
803 mSurfaceControl.destroy();
830 mPendingDestroySurface.destroy();
H A DDragState.java80 mSurfaceControl.destroy();
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp273 o->destroy();
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_vector.java316 pRS.destroy();
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_vector.java316 pRS.destroy();
/frameworks/rs/
H A DrsProgramVertex.cpp35 mRSC->mHal.funcs.vertex.destroy(mRSC, this);
H A DrsScriptC.cpp61 mRSC->mHal.funcs.script.destroy(mRSC, this);
393 // Error during compile, destroy s and return null.
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java754 item.detailTexture.destroy();
777 item.texture.destroy();
799 item.detailTexture.destroy();
819 // item.geometry.destroy();
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java1286 public void destroy() { method in class:MediaFocusControl.RemoteControlStackEntry
1301 destroy(); // unlink exception handled inside method
1418 rcse.destroy();
1426 rcse.destroy();
1533 rcse.destroy();
/frameworks/base/services/java/com/android/server/print/
H A DUserState.java561 mSpooler.destroy();
563 service.destroy();
798 // Otherwise, just destroy it.
799 service.destroy();
1195 service.destroy();
1511 service.destroy();
H A DRemotePrintSpooler.java304 public final void destroy() { method in class:RemotePrintSpooler
307 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] destroy()");
/frameworks/av/services/audioflinger/
H A DTracks.cpp181 mCblk->~audio_track_cblk_t(); // destroy our shared-structure.
235 mTrack->destroy();
399 void AudioFlinger::PlaybackThread::Track::destroy() function in class:android::AudioFlinger::PlaybackThread::Track
406 // On the other hand, as long as Track::destroy() is only called by
1721 mRecordTrack->destroy();
1817 void AudioFlinger::RecordThread::RecordTrack::destroy() function in class:android::AudioFlinger::RecordThread::RecordTrack
1819 // see comments at AudioFlinger::PlaybackThread::Track::destroy()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java202 mTest.destroy();
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java235 mTest.destroy();

Completed in 3172 milliseconds

12345678