Home
last modified time | relevance | path

Searched refs:FIRST_INC_STRONG (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
DRefBase.cpp462 || impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id); in attemptIncStrong()
469 && impl->mBase->onIncStrongAttempted(FIRST_INC_STRONG, id); in attemptIncStrong()
589 return (flags&FIRST_INC_STRONG) ? true : false; in onIncStrongAttempted()
/frameworks/native/include/utils/
DRefBase.h138 FIRST_INC_STRONG = 0x0001 enumerator