Searched refs:mStrong (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DRefBase.cpp55 volatile int32_t mStrong; member in class:android::RefBase::weakref_impl
63 : mStrong(INITIAL_STRONG_VALUE)
82 : mStrong(INITIAL_STRONG_VALUE)
142 addRef(&mStrongRefs, id, mStrong);
151 addRef(&mStrongRefs, id, -mStrong);
334 const int32_t c = android_atomic_inc(&refs->mStrong);
343 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
351 const int32_t c = android_atomic_dec(&refs->mStrong);
371 const int32_t c = android_atomic_inc(&refs->mStrong);
380 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
[all...]

Completed in 94 milliseconds