Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRefBase.h406 inline wp() : m_ptr(nullptr), m_refs(nullptr) { } in wp() function
416 wp(std::nullptr_t) : wp() {} in wp() function
511 template<typename Y> friend class wp; variable
554 wp<T>::wp(T* other) in wp() function
562 wp<T>::wp(U* other) : m_ptr(other) { in wp() function
587 wp<T>::wp(const wp<T>& other) in wp() function
594 wp<T>::wp(const sp<T>& other) in wp() function
601 wp<T>::wp(const wp<U>& other) in wp() function
613 wp<T>::wp(const sp<U>& other) in wp() function
DStrongPointer.h26 template<typename T> class wp; variable
121 template<typename Y> friend class wp; variable
/system/security/keystore2/src/
Dglobals.rs238 let wp = wd::watch_millis("In connect_keymint: calling getHardwareInfo()", 500); in connect_keymint() localVariable
Dwatchdog.rs310 let wp = in test_watchdog() localVariable