Home
last modified time | relevance | path

Searched refs:incStrong (Results 1 – 10 of 10) sorted by relevance

/system/core/libutils/include/utils/
DStrongPointer.h222 t->incStrong(t); // bypass check_not_on_stack for heap allocation in make()
244 other->incStrong(this); in sp()
253 (static_cast<T*>(other))->incStrong(this); in sp()
262 other->incStrong(this);
275 m_ptr->incStrong(this); in sp()
287 m_ptr->incStrong(this); in sp()
313 if (otherPtr) otherPtr->incStrong(this);
334 if (otherPtr) otherPtr->incStrong(this);
355 if (other) (static_cast<T*>(other))->incStrong(this);
DLightRefBase.h38 inline void incStrong(__attribute__((unused)) const void* id) const { in incStrong() function
DRefBase.h284 void incStrong(const void* id) const;
/system/libhwbinder/
DBinder.cpp242 mRemote->incStrong(this); // Removed on first IncStrong(). in BpHwRefBase()
DBufferedTextOutput.cpp137 if (mGlobalState) mGlobalState->incStrong(this); in BufferedTextOutput()
DIPCThreadState.cpp684 proxy->incStrong(mProcess.get()); in incStrongHandle()
1066 obj->incStrong(mProcess.get()); in executeCommand()
DParcel.cpp91 reinterpret_cast<IBinder*>(obj.cookie)->incStrong(who); in acquire_binder_object()
102 b->incStrong(who); in acquire_binder_object()
/system/core/libutils/
DRefBase_fuzz.cpp92 ref->incStrong(nullptr); in __anone9b4ce990602()
DRefBase.cpp425 void RefBase::incStrong(const void* id) const in incStrong() function in android::RefBase
DLooper.cpp96 looper->incStrong((void*)threadDestructor); in setForThread()