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 81 // In the OBJECT_LIFETIME_STRONG case, it is deallocated in the RefBase
418 if ((flags&OBJECT_LIFETIME_MASK) == OBJECT_LIFETIME_STRONG) {
489 if ((flags&OBJECT_LIFETIME_MASK) == OBJECT_LIFETIME_STRONG) {
537 if ((flags&OBJECT_LIFETIME_MASK) == OBJECT_LIFETIME_STRONG) {
676 if ((flags & 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 339 milliseconds