Searched defs:wp (Results 1 – 6 of 6) sorted by relevance
407 inline constexpr wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function417 wp(std::nullptr_t) : wp() {} in wp() function512 template<typename Y> friend class wp; variable555 wp<T>::wp(T* other) in wp() function563 wp<T>::wp(U* other) : m_ptr(other) { in wp() function588 wp<T>::wp(const wp<T>& other) in wp() function595 wp<T>::wp(const sp<T>& other) in wp() function602 wp<T>::wp(const wp<U>& other) in wp() function614 wp<T>::wp(const sp<U>& other) in wp() function
26 template<typename T> class wp; variable130 template<typename Y> friend class wp; variable
309 let wp = wd::watch("In connect_keymint: calling getHardwareInfo()"); in connect_keymint() localVariable
344 let wp = in test_watchdog() localVariable