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

  /frameworks/native/libs/binder/
Binder.cpp 267 extendObjectLifetime(OBJECT_LIFETIME_WEAK);
BpBinder.cpp 98 extendObjectLifetime(OBJECT_LIFETIME_WEAK);
  /frameworks/rs/cpp/util/
RefBase.h 127 //! Flags for extendObjectLifetime()
134 void extendObjectLifetime(int32_t mode);
  /frameworks/rs/server/
RefBase.h 126 //! Flags for extendObjectLifetime()
133 void extendObjectLifetime(int32_t mode);
  /system/core/include/utils/
RefBase.h 131 //! Flags for extendObjectLifetime()
138 void extendObjectLifetime(int32_t mode);
  /system/core/libutils/
RefBase.cpp 71 // client ensures that the extendObjectLifetime call happens before the dec
688 void RefBase::extendObjectLifetime(int32_t mode)

Completed in 212 milliseconds