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

/system/core/libutils/
H A DRefBase.cpp60 #define INITIAL_STRONG_VALUE (1<<28) macro
75 : mStrong(INITIAL_STRONG_VALUE)
94 : mStrong(INITIAL_STRONG_VALUE)
333 if (c != INITIAL_STRONG_VALUE) {
337 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
373 case INITIAL_STRONG_VALUE:
374 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
413 if (impl->mStrong == INITIAL_STRONG_VALUE) {
442 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) {
453 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) {
[all...]

Completed in 39 milliseconds