/frameworks/native/opengl/libs/EGL/ |
D | egl_object.h | 48 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;
|
D | egl_object.cpp | 44 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()
|
D | egl_cache.h | 50 void terminate();
|
D | egl_display.cpp | 66 egl_cache_t::get()->terminate(); in ~egl_display_t() 234 EGLBoolean egl_display_t::terminate() { in terminate() function in android::egl_display_t
|
D | egl_display.h | 62 EGLBoolean terminate();
|
D | egl_cache.cpp | 128 void egl_cache_t::terminate() { in terminate() function in android::egl_cache_t
|
/frameworks/native/opengl/tests/EGLTest/ |
D | egl_cache_test.cpp | 37 mCache->terminate(); in TearDown() 68 mCache->terminate(); in TEST_F() 101 mCache->terminate(); in TEST_F()
|
/frameworks/base/libs/hwui/ |
D | AssetAtlas.h | 100 ~AssetAtlas() { terminate(); } in ~AssetAtlas() 121 void terminate();
|
D | AssetAtlas.cpp | 48 terminate(); in init() 52 void AssetAtlas::terminate() { in terminate() function in android::uirenderer::AssetAtlas
|
D | Caches.h | 108 void terminate();
|
D | Caches.cpp | 108 void Caches::terminate() { in terminate() function in android::uirenderer::Caches
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
D | RedirectListener.java | 131 boolean terminate = false; in run() 161 terminate = true; in run() 173 if (terminate) { in run()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | LocalTestService.java | 4 void terminate() { in terminate() method in LocalTestService
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 150 void terminate(int reason); in terminate() method
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 99 mAssetAtlas.terminate(); in onGLContextDestroyed() 101 mCaches->terminate(); in onGLContextDestroyed()
|
/frameworks/av/services/audioflinger/ |
D | TrackBase.h | 127 void terminate() { in terminate() function
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
D | IDrmEngine.h | 90 virtual status_t terminate(int uniqueId) = 0;
|
D | DrmEngineBase.h | 45 status_t terminate(int uniqueId);
|
/frameworks/av/drm/common/ |
D | DrmEngineBase.cpp | 47 status_t DrmEngineBase::terminate(int uniqueId) { in terminate() function in DrmEngineBase
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 726 public void terminate(int reason) { in terminate() method in ImsCallSession 732 miSession.terminate(reason); in terminate()
|
/frameworks/base/docs/html/wear/preview/ |
D | license.jd | 44 …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/ |
D | index.jd | 51 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/ |
D | VCardVerifier.java | 372 composer.terminate(); in verifyForExportTest()
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 183 handle.terminate() 412 self.jdb_handle.terminate()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1163 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()
|