Loading libs/binder/ndk/include_ndk/android/binder_interface_utils.h +3 −3 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ namespace ndk { /** * analog using std::shared_ptr for 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. * 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. */ class SharedRefBase { public: Loading Loading
libs/binder/ndk/include_ndk/android/binder_interface_utils.h +3 −3 Original line number Diff line number Diff line Loading @@ -42,8 +42,8 @@ namespace ndk { /** * analog using std::shared_ptr for 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. * 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. */ class SharedRefBase { public: Loading