Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DRefBase.cpp165 ref_entry* refs = mStrongRefs; in ~weakref_impl() local
178 ref_entry* refs = mWeakRefs; in ~weakref_impl() local
272 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef()
289 void removeRef(ref_entry** refs, const void* id) in removeRef()
358 weakref_impl* const refs = mRefs; in incStrong() local
377 weakref_impl* const refs = mRefs; in decStrong() local
411 weakref_impl* const refs = mRefs; in forceIncStrong() local
/device/linaro/poplar/wifi/wifi_hal/
Dcpp_bindings.h271 int refs = __sync_add_and_fetch(&mRefs, 1); in addRef() local
276 int refs = __sync_sub_and_fetch(&mRefs, 1); in releaseRef() local
/device/generic/vulkan-cereal/fake-android-guest/utils/
DRefBase.h575 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkReconstruction.cpp104 auto& refs = uniqApiRefsByTopoOrder[topoLevel]; in save() local