Searched refs:weakref_type (Results 1 – 11 of 11) sorted by relevance
/system/core/libutils/include/utils/ |
D | RefBase.h | 294 class weakref_type 327 weakref_type* createWeak(const void* id) const; 329 weakref_type* getWeakRefs() const; 379 friend class weakref_type; 390 static void renameRefId(weakref_type* ref, 405 typedef typename RefBase::weakref_type weakref_type; typedef 443 void set_object_and_refs(T* other, weakref_type* refs); 455 inline weakref_type* get_refs() const { return m_refs; } in get_refs() 515 weakref_type* m_refs; 569 weakref_type* newRefs = other ? other->createWeak(this) : nullptr; [all …]
|
/system/core/libutils/binder/include/utils/ |
D | RefBase.h | 294 class weakref_type 327 weakref_type* createWeak(const void* id) const; 329 weakref_type* getWeakRefs() const; 379 friend class weakref_type; 390 static void renameRefId(weakref_type* ref, 405 typedef typename RefBase::weakref_type weakref_type; typedef 443 void set_object_and_refs(T* other, weakref_type* refs); 455 inline weakref_type* get_refs() const { return m_refs; } in get_refs() 515 weakref_type* m_refs; 569 weakref_type* newRefs = other ? other->createWeak(this) : nullptr; [all …]
|
/system/core/libutils/binder/ |
D | RefBase.cpp | 184 class RefBase::weakref_impl : public RefBase::weakref_type 551 RefBase* RefBase::weakref_type::refBase() const in refBase() 556 void RefBase::weakref_type::incWeak(const void* id) in incWeak() 565 void RefBase::weakref_type::incWeakRequireWeak(const void* id) in incWeakRequireWeak() 574 void RefBase::weakref_type::decWeak(const void* id) in decWeak() 613 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong() 712 bool RefBase::weakref_type::attemptIncWeak(const void* id) in attemptIncWeak() 734 int32_t RefBase::weakref_type::getWeakCount() const in getWeakCount() 741 void RefBase::weakref_type::printRefs() const in printRefs() 746 void RefBase::weakref_type::trackMe(bool enable, bool retain) in trackMe() [all …]
|
D | RefBase_fuzz.cpp | 63 RefBase::weakref_type* weakRefs;
|
/system/libhwbinder/include/hwbinder/ |
D | IPCThreadState.h | 140 Vector<RefBase::weakref_type*> mPendingWeakDerefs; 142 Vector<RefBase::weakref_type*> mPostWriteWeakDerefs;
|
D | ProcessState.h | 99 RefBase::weakref_type* refs;
|
D | Binder.h | 115 RefBase::weakref_type* mRefs;
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 499 RefBase::weakref_type* refs = mPendingWeakDerefs[0]; in processPendingDerefs() 526 RefBase::weakref_type* refs = mPostWriteWeakDerefs[0]; in processPostWriteDerefs() 1064 RefBase::weakref_type* refs; in executeCommand() 1075 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand() 1091 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand() 1104 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand() 1113 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand() 1125 refs = (RefBase::weakref_type*)mIn.readPointer(); in executeCommand() 1214 if (reinterpret_cast<RefBase::weakref_type*>( in executeCommand()
|
D | Parcel.cpp | 96 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->incWeak(who); in acquire_binder_object() 142 reinterpret_cast<RefBase::weakref_type*>(obj.binder)->decWeak(who); in release_object()
|
/system/core/libutils/abi-dumps/arm64/source-based/ |
D | libutils.so.lsdump | 7791 "function_name" : "android::RefBase::weakref_type::attemptIncWeak", 7807 "function_name" : "android::RefBase::weakref_type::attemptIncStrong", 7823 "function_name" : "android::RefBase::weakref_type::incWeakRequireWeak", 7839 "function_name" : "android::RefBase::weakref_type::decWeak", 7855 "function_name" : "android::RefBase::weakref_type::incWeak", 7871 "function_name" : "android::RefBase::weakref_type::trackMe", 10194 "function_name" : "android::RefBase::weakref_type::getWeakCount", 10207 "function_name" : "android::RefBase::weakref_type::refBase", 10220 "function_name" : "android::RefBase::weakref_type::printRefs", 11766 "name" : "const android::RefBase::weakref_type *", [all …]
|
/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
D | libutils.so.lsdump | 7831 "function_name" : "android::RefBase::weakref_type::attemptIncWeak", 7847 "function_name" : "android::RefBase::weakref_type::attemptIncStrong", 7863 "function_name" : "android::RefBase::weakref_type::incWeakRequireWeak", 7879 "function_name" : "android::RefBase::weakref_type::decWeak", 7895 "function_name" : "android::RefBase::weakref_type::incWeak", 7911 "function_name" : "android::RefBase::weakref_type::trackMe", 10234 "function_name" : "android::RefBase::weakref_type::getWeakCount", 10247 "function_name" : "android::RefBase::weakref_type::refBase", 10260 "function_name" : "android::RefBase::weakref_type::printRefs", 11806 "name" : "const android::RefBase::weakref_type *", [all …]
|