/aosp12/system/memory/libmemunreachable/ |
H A D | Binder.cpp | 37 static bool BinderReferencesToVector(allocator::vector<uintptr_t>& refs, in BinderReferencesToVector() 60 bool BinderReferences(allocator::vector<uintptr_t>& refs) { in BinderReferences()
|
H A D | MemUnreachable.cpp | 89 const allocator::vector<uintptr_t>& refs) { in CollectAllocations() 309 allocator::vector<uintptr_t> refs(heap); in GetUnreachableMemory() local
|
/aosp12/system/core/libutils/ |
H A D | RefBase.cpp | 206 ref_entry* refs = mStrongRefs; in ~weakref_impl() local 220 ref_entry* refs = mWeakRefs; in ~weakref_impl() local 327 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef() 346 void removeRef(ref_entry** refs, const void* id) in removeRef() 427 weakref_impl* const refs = mRefs; in incStrong() local 447 weakref_impl* const refs = mRefs; in incStrongRequireStrong() local 462 weakref_impl* const refs = mRefs; in decStrong() local 497 weakref_impl* const refs = mRefs; in forceIncStrong() local
|
/aosp12/system/tools/hidl/lint/lints/ |
H A D | methodDocComment.cpp | 57 static bool isNameInList(const std::string& name, const std::vector<NamedReference<Type>*>& refs) { in isNameInList() 63 static bool isSubsequence(const std::vector<NamedReference<Type>*>& refs, in isSubsequence()
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | AhatArrayInstance.java | 229 List<Reference> refs = Collections.emptyList(); in getReferences() local 332 List<AhatInstance> refs = getReverseReferences(); in getAssociatedBitmapInstance() local 343 List<AhatInstance> refs = getHardReverseReferences(); in getAssociatedClassForOverhead() local
|
H A D | AhatPlaceHolderInstance.java | 73 List<Reference> refs = Collections.emptyList(); in getReferences() local
|
H A D | AhatClassObj.java | 123 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local
|
H A D | AhatInstance.java | 427 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getHardReverseReferences() local 445 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getSoftReverseReferences() local
|
/aosp12/packages/apps/Camera2/tests/src/com/android/camera/functional/ |
H A D | CameraTest.java | 62 ArrayList<WeakReference<Activity>> refs = in checkActivityLeak() local
|
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/ |
H A D | CameraTest.java | 67 ArrayList<WeakReference<Activity>> refs = in checkActivityLeak() local
|
/aosp12/bionic/libc/kernel/uapi/xen/ |
H A D | gntdev.h | 31 struct ioctl_gntdev_grant_ref refs[1]; member 84 __u32 refs[1]; member 97 __u32 refs[1]; member
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
H A D | GraphReader.java | 61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
|
/aosp12/frameworks/native/include/binder/ |
H A D | ProcessState.h | 103 RefBase::weakref_type* refs; member
|
/aosp12/frameworks/native/libs/binder/include/binder/ |
H A D | ProcessState.h | 103 RefBase::weakref_type* refs; member
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | ProcessState.h | 99 RefBase::weakref_type* refs; member
|
/aosp12/art/runtime/gc/ |
H A D | reference_queue_test.cc | 54 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; in TEST_F() local
|
/aosp12/system/core/libutils/include/utils/ |
H A D | RefBase.h | 543 auto refs = other->getWeakRefs(); in fromExisting() local 674 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/aosp12/system/memory/libmemunreachable/tests/ |
H A D | Binder_test.cpp | 154 allocator::vector<uintptr_t> refs{heap}; in TEST_F() local
|
/aosp12/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 498 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local 525 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0]; in processPostWriteDerefs() local 1050 RefBase::weakref_type* refs; in executeCommand() local
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.h | 280 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local 285 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local
|
/aosp12/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 584 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() local 605 RefBase::weakref_type* refs = mPostWriteWeakDerefs[i]; in processPostWriteDerefs() local 1128 RefBase::weakref_type* refs; in executeCommand() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | xdp_diag.h | 73 __u32 refs; member
|
/aosp12/frameworks/rs/cpp/util/ |
H A D | RefBase.h | 422 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/aosp12/frameworks/av/media/codec2/vndk/util/ |
H A D | C2InterfaceHelper.cpp | 169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies() 317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViewsAdapter.java | 433 LinkedList<RemoteViewsFrameLayout> refs = get(position); in add() local 470 final LinkedList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local
|