Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
DHeapTest.java116 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) { in makeRefs()
123 private static <T> int checkRefs(SoftReference<T> refs[], int last) { in checkRefs()
148 private static <T> void checkRefs(T objects[], SoftReference<T> refs[]) { in checkRefs()
166 SoftReference<Object> refs[] = new SoftReference[objects.length]; in testGcSoftRefs() local
209 SoftReference<Object> refs[] = new SoftReference[objects.length]; in xxtestSoftRefPartialClean() local
244 private static void makeRefs(Object objects[], WeakReference<Object> refs[]) { in makeRefs()
251 private static <T> void checkRefs(T objects[], WeakReference<T> refs[]) { in checkRefs()
270 WeakReference<Object> refs[] = new WeakReference[objects.length]; in testWeakRefs() local
296 private static void makeRefs(Object objects[], PhantomReference<Object> refs[], in makeRefs()
304 static <T> void checkRefs(T objects[], PhantomReference<T> refs[], in checkRefs()
[all …]
/frameworks/base/libs/utils/
DRefBase.cpp177 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
196 void removeRef(ref_entry** refs, const void* id) in removeRef()
289 weakref_impl* const refs = mRefs; in incStrong() local
309 weakref_impl* const refs = mRefs; in decStrong() local
332 weakref_impl* const refs = mRefs; in forceIncStrong() local
/frameworks/base/include/binder/
DProcessState.h88 RefBase::weakref_type* refs; member
/frameworks/base/include/utils/
DRefBase.h435 sp<T>::sp(T* p, weakref_type* refs) in sp()
575 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/frameworks/base/opengl/libagl/
DTextureObjectManager.cpp290 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
/frameworks/base/libs/binder/
DIPCThreadState.cpp429 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool() local
878 RefBase::weakref_type* refs; in executeCommand() local
/frameworks/base/opengl/libs/EGL/
Degl.cpp188 uint32_t refs; member