Searched refs:sptr (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/utils/
H A DRefBase.h468 sp<TYPE> const* sptr(reinterpret_cast<sp<TYPE> const*>(p));
469 return static_cast<typename TYPE::basetype *>(sptr->get());
477 wp<TYPE> const* sptr(reinterpret_cast<wp<TYPE> const*>(p));
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx116 ELFSectionTy const *sptr = const_this->getSectionByName(str); local
118 return const_cast<ELFSectionTy *>(sptr);

Completed in 33 milliseconds