Home
last modified time | relevance | path

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

12

/aosp12/system/memory/libmemunreachable/
H A DBinder.cpp37 static bool BinderReferencesToVector(allocator::vector<uintptr_t>& refs, in BinderReferencesToVector()
60 bool BinderReferences(allocator::vector<uintptr_t>& refs) { in BinderReferences()
H A DMemUnreachable.cpp89 const allocator::vector<uintptr_t>& refs) { in CollectAllocations()
309 allocator::vector<uintptr_t> refs(heap); in GetUnreachableMemory() local
/aosp12/system/core/libutils/
H A DRefBase.cpp206 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 DmethodDocComment.cpp57 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 DAhatArrayInstance.java229 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 DAhatPlaceHolderInstance.java73 List<Reference> refs = Collections.emptyList(); in getReferences() local
H A DAhatClassObj.java123 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local
H A DAhatInstance.java427 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 DCameraTest.java62 ArrayList<WeakReference<Activity>> refs = in checkActivityLeak() local
/aosp12/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
H A DCameraTest.java67 ArrayList<WeakReference<Activity>> refs = in checkActivityLeak() local
/aosp12/bionic/libc/kernel/uapi/xen/
H A Dgntdev.h31 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 DGraphReader.java61 public void addReferencesByMap(KeyValueMap refs) { in addReferencesByMap()
/aosp12/frameworks/native/include/binder/
H A DProcessState.h103 RefBase::weakref_type* refs; member
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h103 RefBase::weakref_type* refs; member
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h99 RefBase::weakref_type* refs; member
/aosp12/art/runtime/gc/
H A Dreference_queue_test.cc54 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; in TEST_F() local
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h543 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 DBinder_test.cpp154 allocator::vector<uintptr_t> refs{heap}; in TEST_F() local
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp498 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 Dcpp_bindings.h280 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 DIPCThreadState.cpp584 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 Dxdp_diag.h73 __u32 refs; member
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h422 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 DC2InterfaceHelper.cpp169 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 DRemoteViewsAdapter.java433 LinkedList<RemoteViewsFrameLayout> refs = get(position); in add() local
470 final LinkedList<RemoteViewsFrameLayout> refs = get(rvfl.cacheIndex); in removeView() local

12