Home
last modified time | relevance | path

Searched defs:wp (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/include/utils/
DRefBase.h407 inline constexpr wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function
417 wp(std::nullptr_t) : wp() {} in wp() function
512 template<typename Y> friend class wp; variable
555 wp<T>::wp(T* other) in wp() function
563 wp<T>::wp(U* other) : m_ptr(other) { in wp() function
588 wp<T>::wp(const wp<T>& other) in wp() function
595 wp<T>::wp(const sp<T>& other) in wp() function
602 wp<T>::wp(const wp<U>& other) in wp() function
614 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h26 template<typename T> class wp; variable
130 template<typename Y> friend class wp; variable
/system/core/libutils/binder/include/utils/
DRefBase.h407 inline constexpr wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function
417 wp(std::nullptr_t) : wp() {} in wp() function
512 template<typename Y> friend class wp; variable
555 wp<T>::wp(T* other) in wp() function
563 wp<T>::wp(U* other) : m_ptr(other) { in wp() function
588 wp<T>::wp(const wp<T>& other) in wp() function
595 wp<T>::wp(const sp<T>& other) in wp() function
602 wp<T>::wp(const wp<U>& other) in wp() function
614 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h26 template<typename T> class wp; variable
130 template<typename Y> friend class wp; variable
/system/security/keystore2/src/
Dglobals.rs309 let wp = wd::watch("In connect_keymint: calling getHardwareInfo()"); in connect_keymint() localVariable
/system/security/keystore2/watchdog/src/
Dlib.rs344 let wp = in test_watchdog() localVariable