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

/frameworks/native/libs/utils/
H A DRefBase.cpp414 if ((impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_STRONG) {
430 if ((impl->mFlags&OBJECT_LIFETIME_MASK) == OBJECT_LIFETIME_WEAK) {
431 // this is the OBJECT_LIFETIME_WEAK case. The last weak-reference
461 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) != OBJECT_LIFETIME_WEAK
468 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_WEAK
/frameworks/native/libs/binder/
H A DBinder.cpp226 extendObjectLifetime(OBJECT_LIFETIME_WEAK);
H A DBpBinder.cpp97 extendObjectLifetime(OBJECT_LIFETIME_WEAK);
/frameworks/native/include/utils/
H A DRefBase.h130 OBJECT_LIFETIME_WEAK = 0x0001, enumerator in enum:android::RefBase::__anon1398

Completed in 21 milliseconds