Searched defs:wptr (Results 1 – 6 of 6) sorted by relevance
155 template<typename T> class wptr; variable382 template<typename O> friend class wptr; variable459 template<typename T> wptr<T>::wptr() in wptr() function464 template<typename T> wptr<T>::wptr(T *other) in wptr() function476 template<typename T> wptr<T>::wptr(const wptr<T> &other) in wptr() function484 template<typename T> wptr<T>::wptr(const sptr<T> &other) in wptr() function494 template<typename T> template<typename O> wptr<T>::wptr(const wptr<O> &other) in wptr() function502 template<typename T> template<typename O> wptr<T>::wptr(const sptr<O> &other) in wptr() function
608 class wptr; variable1065 friend class wptr; variable1338 wptr<T>::wptr() in wptr() function1344 wptr<T>::wptr(T *other) in wptr() function1357 wptr<T>::wptr(const wptr<T> &other) in wptr() function1366 wptr<T>::wptr(const sptr<T> &other) in wptr() function1378 wptr<T>::wptr(const wptr<O> &other) in wptr() function1388 wptr<T>::wptr(const sptr<O> &other) in wptr() function
615 class wptr; variable1037 friend class wptr; variable1305 wptr<T>::wptr() in wptr() function1311 wptr<T>::wptr(T *other) in wptr() function1324 wptr<T>::wptr(const wptr<T> &other) in wptr() function1333 wptr<T>::wptr(const sptr<T> &other) in wptr() function1345 wptr<T>::wptr(const wptr<O> &other) in wptr() function1355 wptr<T>::wptr(const sptr<O> &other) in wptr() function
24 using wptr = std::weak_ptr<T>; variable
248 uint32_t wptr; in AudioDmaBuffStatus() local359 uint32_t wptr; in PcmReadData() local
3075 static auto unpairNode = [](const std::weak_ptr<RSRenderNode>& wptr) { in ProcessUnpairedSharedTransitionNode()