Searched refs:INITIAL_STRONG_VALUE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/utils/
H A DRefBase.cpp48 #define INITIAL_STRONG_VALUE (1<<28) macro
63 : mStrong(INITIAL_STRONG_VALUE)
82 : mStrong(INITIAL_STRONG_VALUE)
339 if (c != INITIAL_STRONG_VALUE) {
343 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
379 case INITIAL_STRONG_VALUE:
380 android_atomic_add(-INITIAL_STRONG_VALUE, &refs->mStrong);
419 if (impl->mStrong == INITIAL_STRONG_VALUE) {
447 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) {
454 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) {
[all...]

Completed in 250 milliseconds