Home
last modified time | relevance | path

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

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