Searched refs:mStrong (Results 1 – 1 of 1) sorted by relevance
55 volatile int32_t mStrong; member in android::RefBase::weakref_impl63 : mStrong(INITIAL_STRONG_VALUE) in weakref_impl()82 : mStrong(INITIAL_STRONG_VALUE) in weakref_impl()142 addRef(&mStrongRefs, id, mStrong); in addStrongRef()151 addRef(&mStrongRefs, id, -mStrong); in removeStrongRef()334 const int32_t c = android_atomic_inc(&refs->mStrong); in incStrong()343 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong); in incStrong()351 const int32_t c = android_atomic_dec(&refs->mStrong); in decStrong()371 const int32_t c = android_atomic_inc(&refs->mStrong); in forceIncStrong()380 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong); in forceIncStrong()[all …]