Loading libs/binder/ndk/include_cpp/android/binder_interface_utils.h +3 −1 Original line number Diff line number Diff line Loading @@ -43,10 +43,12 @@ namespace ndk { /** * analog using std::shared_ptr for internally held refcount * Binder analog to using std::shared_ptr for an internally held refcount. * * ref must be called at least one time during the lifetime of this object. The recommended way to * construct this object is with SharedRefBase::make. * * If you need a "this" shared reference analogous to shared_from_this, use this->ref(). */ class SharedRefBase { public: Loading Loading
libs/binder/ndk/include_cpp/android/binder_interface_utils.h +3 −1 Original line number Diff line number Diff line Loading @@ -43,10 +43,12 @@ namespace ndk { /** * analog using std::shared_ptr for internally held refcount * Binder analog to using std::shared_ptr for an internally held refcount. * * ref must be called at least one time during the lifetime of this object. The recommended way to * construct this object is with SharedRefBase::make. * * If you need a "this" shared reference analogous to shared_from_this, use this->ref(). */ class SharedRefBase { public: Loading