Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 158) sorted by relevance

1234567

/frameworks/native/opengl/libs/EGL/
Degl_object.h48 virtual void terminate();
81 void terminate();
119 void egl_object_t::LocalRef<N,T>::terminate() { in terminate() function
121 ref->terminate(); in terminate()
130 void terminate() override;
Degl_object.cpp44 void egl_object_t::terminate() { in terminate() function in android::egl_object_t
97 void egl_surface_t::terminate() { in terminate() function in android::egl_surface_t
99 egl_object_t::terminate(); in terminate()
Degl_cache.h50 void terminate();
Degl_display.cpp66 egl_cache_t::get()->terminate(); in ~egl_display_t()
234 EGLBoolean egl_display_t::terminate() { in terminate() function in android::egl_display_t
Degl_display.h62 EGLBoolean terminate();
Degl_cache.cpp128 void egl_cache_t::terminate() { in terminate() function in android::egl_cache_t
/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp37 mCache->terminate(); in TearDown()
68 mCache->terminate(); in TEST_F()
101 mCache->terminate(); in TEST_F()
/frameworks/base/libs/hwui/
DAssetAtlas.h100 ~AssetAtlas() { terminate(); } in ~AssetAtlas()
121 void terminate();
DAssetAtlas.cpp48 terminate(); in init()
52 void AssetAtlas::terminate() { in terminate() function in android::uirenderer::AssetAtlas
DCaches.h108 void terminate();
DCaches.cpp108 void Caches::terminate() { in terminate() function in android::uirenderer::Caches
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
DRedirectListener.java131 boolean terminate = false; in run()
161 terminate = true; in run()
173 if (terminate) { in run()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DLocalTestService.java4 void terminate() { in terminate() method in LocalTestService
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl150 void terminate(int reason); in terminate() method
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp99 mAssetAtlas.terminate(); in onGLContextDestroyed()
101 mCaches->terminate(); in onGLContextDestroyed()
/frameworks/av/services/audioflinger/
DTrackBase.h127 void terminate() { in terminate() function
/frameworks/av/drm/libdrmframework/plugins/common/include/
DIDrmEngine.h90 virtual status_t terminate(int uniqueId) = 0;
DDrmEngineBase.h45 status_t terminate(int uniqueId);
/frameworks/av/drm/common/
DDrmEngineBase.cpp47 status_t DrmEngineBase::terminate(int uniqueId) { in terminate() function in DrmEngineBase
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java726 public void terminate(int reason) { in terminate() method in ImsCallSession
732 miSession.terminate(reason); in terminate()
/frameworks/base/docs/html/wear/preview/
Dlicense.jd44 …s under all the rights granted and to refrain from any actions that may terminate, suspend, or bre…
98 9.2 If you want to terminate the License Agreement, you may do so by ceasing your use of the Previe…
100 9.3 Google may at any time, terminate the License Agreement, with or without cause, upon notice to …
102 9.4 The License Agreement will automatically terminate without notice or other action upon the earl…
106 …is terminated, the license granted to you in the License Agreement will terminate, you will immedi…
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd51 you might pause the video and terminate the network connection when the user switches to another
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVCardVerifier.java372 composer.terminate(); in verifyForExportTest()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py183 handle.terminate()
412 self.jdb_handle.terminate()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1163 public void terminate(int reason, int overrideReason) throws ImsException { in terminate() method in ImsCall
1166 terminate(reason); in terminate()
1175 public void terminate(int reason) throws ImsException { in terminate() method in ImsCall
1203 mSession.terminate(reason); in terminate()

1234567