Searched refs:terminate (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java4 void terminate() { method in class:LocalTestService
H A DTestService.java217 terminate();
230 void terminate() { method in class:TestService
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp37 mCache->terminate();
68 mCache->terminate();
101 mCache->terminate();
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.h47 // terminate puts the egl_cache_t back into the uninitialized state. When
50 void terminate();
93 // true when initialize is called. It is set back to false when terminate
H A Degl_object.h57 void terminate();
80 void terminate();
118 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
120 ref->terminate();
H A Degl_object.cpp41 void egl_object_t::terminate() { function in class:android::egl_object_t
46 ALOGE("egl_object_t::terminate() removed the last reference!");
H A Degl_display.h62 EGLBoolean terminate();
H A Degl_display.cpp65 egl_cache_t::get()->terminate();
228 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_cache.cpp127 void egl_cache_t::terminate() { function in class:egl_cache_t
H A DeglApi.cpp247 EGLBoolean res = dp->terminate();
575 _s.terminate();
677 _c.terminate();
/frameworks/base/libs/hwui/
H A DAssetAtlas.h111 ~AssetAtlas() { terminate(); }
122 * first call terminate().
133 ANDROID_API void terminate();
H A DAssetAtlas.cpp58 void AssetAtlas::terminate() { function in class:android::uirenderer::AssetAtlas
H A DCaches.h142 void terminate();
H A DCaches.cpp214 void Caches::terminate() { function in class:android::uirenderer::Caches
230 assetAtlas.terminate();
/frameworks/base/opengl/java/android/opengl/
H A DManagedEGLContext.java36 * terminate all EGL contexts so that this graphics driver memory can be
44 * through this class, then they will all be asked to terminate through the
74 * Force-terminate the ManagedEGLContext. This will cause
79 public void terminate() { method in class:ManagedEGLContext
106 // try to terminate.
/frameworks/av/services/audioflinger/
H A DTrackBase.h109 void terminate() { function in class:TrackBase
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h90 virtual status_t terminate(int uniqueId) = 0;
H A DDrmEngineBase.h45 status_t terminate(int uniqueId);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { function in class:DrmEngineBase
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java372 composer.terminate();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java83 * composer.terminate();
153 * {@link #terminate()} is called. Initially set to true.
608 public void terminate() { method in class:VCardComposer
628 Log.e(LOG_TAG, "finalized() is called before terminate() being called");
638 * or when {@link #terminate()} is already called).
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py183 handle.terminate()
412 self.jdb_handle.terminate()
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java616 if (mServerTransaction != null) mServerTransaction.terminate();
623 if (mClientTransaction != null) mClientTransaction.terminate();
821 // terminate the call whenever a BYE is received
1253 // if re-invite gets timed out, terminate the dialog; but
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp154 rDrmEngine.terminate(uniqueId);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp112 Caches::getInstance().terminate();

Completed in 559 milliseconds

12