HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT_LIFETIME_STRONG (Results 1 - 4 of 4) sorted by null

  /system/core/libutils/
RefBase.cpp 348 if ((refs->mFlags&OBJECT_LIFETIME_MASK) == OBJECT_LIFETIME_STRONG) {
404 if ((impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_STRONG) {
453 if ((impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_STRONG) {
593 if ((mRefs->mFlags & OBJECT_LIFETIME_MASK) != OBJECT_LIFETIME_STRONG) {
  /frameworks/rs/cpp/util/
RefBase.h 129 OBJECT_LIFETIME_STRONG = 0x0000,
  /frameworks/rs/server/
RefBase.h 128 OBJECT_LIFETIME_STRONG = 0x0000,
  /system/core/include/utils/
RefBase.h 133 OBJECT_LIFETIME_STRONG = 0x0000,

Completed in 89 milliseconds