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

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DLocalTestService.java4 void terminate() { method in class:LocalTestService
H A DTestService.java201 terminate();
214 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.h59 void terminate();
82 void terminate();
120 void egl_object_t::LocalRef<N,T>::terminate() { function in class:android::egl_object_t::LocalRef
122 ref->terminate();
H A Degl_object.cpp43 void egl_object_t::terminate() { function in class:android::egl_object_t
48 ALOGE("egl_object_t::terminate() removed the last reference!");
H A Degl_display.h64 EGLBoolean terminate();
H A Degl_display.cpp81 egl_cache_t::get()->terminate();
264 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
H A Degl_cache.cpp126 void egl_cache_t::terminate() { function in class:egl_cache_t
H A DeglApi.cpp155 EGLBoolean res = dp->terminate();
388 _s.terminate();
498 _c.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/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/base/libs/hwui/
H A DCaches.h128 void terminate();
H A DCaches.cpp146 void Caches::terminate() { function in class:android::uirenderer::Caches
/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/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java605 if (mServerTransaction != null) mServerTransaction.terminate();
612 if (mClientTransaction != null) mClientTransaction.terminate();
795 // terminate the call whenever a BYE is received
1225 // if re-invite gets timed out, terminate the dialog; but
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp164 rDrmEngine.terminate(uniqueId);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp109 Caches::getInstance().terminate();

Completed in 1253 milliseconds