Home
last modified time | relevance | path

Searched refs:retain (Results 1 – 25 of 145) sorted by relevance

123456

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DStreamPort.java62 mFrame = frame.retain(); in assignFrame()
77 mFrame.retain(); in pullFrame()
DNativeBuffer.java71 public NativeBuffer retain() { in retain() method in NativeBuffer
73 mAttachedFrame.retain(); in retain()
DFilterContext.java78 mStoredFrames.put(key, frame.retain()); in storeFrame()
DFrame.java150 public Frame retain() { in retain() method in Frame
/frameworks/base/core/java/android/webkit/
DGeolocationPermissions.java60 public void invoke(String origin, boolean allow, boolean retain); in invoke() argument
/frameworks/native/libs/utils/
DRefBase.cpp177 void trackMe(bool track, bool retain) in trackMe() argument
180 mRetain = retain; in trackMe()
564 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() argument
566 static_cast<weakref_impl*>(this)->trackMe(enable, retain); in trackMe()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
DCallbackFilter.java90 input.retain(); in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DImageSlicer.java132 mOriginalFrame.retain(); in process()
/frameworks/base/obex/
DNOTICE8 - Redistributions of source code must retain the above copyright notice,
/frameworks/native/include/utils/
DRefBase.h109 void trackMe(bool enable, bool retain);
120 inline void trackMe(bool enable, bool retain) in trackMe() argument
122 getWeakRefs()->trackMe(enable, retain); in trackMe()
/frameworks/rs/server/
DRefBase.h104 void trackMe(bool enable, bool retain);
115 inline void trackMe(bool enable, bool retain) in trackMe() argument
117 getWeakRefs()->trackMe(enable, retain); in trackMe()
/frameworks/native/opengl/tests/angeles/
Dlicense-BSD.txt13 * Redistributions of source code must retain the above copyright
/frameworks/compile/mclinker/
DLICENSE.TXT27 * Redistributions of source code must retain the above copyright notice,
/frameworks/support/v4/java/android/support/v4/app/
DFragment.java750 public void setRetainInstance(boolean retain) { in setRetainInstance() argument
751 if (retain && mParentFragment != null) { in setRetainInstance()
755 mRetainInstance = retain; in setRetainInstance()
DLoaderManager.java269 void retain() { in retain() method in LoaderManagerImpl.LoaderInfo
745 mLoaders.valueAt(i).retain(); in doRetain()
/frameworks/base/core/java/android/app/
DFragment.java931 public void setRetainInstance(boolean retain) { in setRetainInstance() argument
932 if (retain && mParentFragment != null) { in setRetainInstance()
936 mRetainInstance = retain; in setRetainInstance()
DLoaderManager.java284 void retain() { in retain() method in LoaderManagerImpl.LoaderInfo
803 mLoaders.valueAt(i).retain(); in doRetain()
/frameworks/base/docs/html/design/building-blocks/
Dgrid-lists.jd41 communicate that the user can scroll the list down to show additional items. Be sure to retain this
/frameworks/compile/libbcc/
DNOTICE118 (c) You must retain, in the Source form of any Derivative Works
225 * Redistributions of source code must retain the above copyright notice,
286 * 1. Redistributions of source code must retain the above copyright
/frameworks/compile/slang/
DNOTICE116 (c) You must retain, in the Source form of any Derivative Works
225 * Redistributions of source code must retain the above copyright notice,
295 * Redistributions of source code must retain the above copyright notice,
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd79 <p>To retain an object during a runtime configuration change:</p>
82 the object you would like to retain.</li>
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd81 running unless there is not enough memory to retain all foreground and visible process.
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd13 <li>Tasks can move to the background and retain the state of each activity in order for users
181 <em>does not</em> retain the activity's state.</li>
197 the way they left it. However, you can&mdash;and <strong>should</strong>&mdash;proactively retain
207 avoid losing the user's work, you should proactively retain it by implementing the {@link
/frameworks/av/drm/common/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works
/frameworks/base/libs/storage/
DNOTICE113 (c) You must retain, in the Source form of any Derivative Works

123456