Searched defs:refs (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
D | HeapTest.java | 116 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/ |
D | RefBase.cpp | 177 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/ |
D | ProcessState.h | 88 RefBase::weakref_type* refs; member
|
/frameworks/base/include/utils/ |
D | RefBase.h | 435 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/ |
D | TextureObjectManager.cpp | 290 const uint32_t refs = old->getStrongCount(); in replaceTexture() local
|
/frameworks/base/libs/binder/ |
D | IPCThreadState.cpp | 429 RefBase::weakref_type* refs = mPendingWeakDerefs[i]; in joinThreadPool() local 878 RefBase::weakref_type* refs; in executeCommand() local
|
/frameworks/base/opengl/libs/EGL/ |
D | egl.cpp | 188 uint32_t refs; member
|