Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/include/utils/
H A 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
H A DStrongPointer.h26 template<typename T> class wp; variable
121 template<typename Y> friend class wp; variable
/aosp12/frameworks/rs/cpp/util/
H A DRefBase.h204 inline wp() : m_ptr(0) { } in wp() function
282 template<typename Y> friend class wp; variable
297 wp<T>::wp(T* other) in wp() function
304 wp<T>::wp(const wp<T>& other) in wp() function
311 wp<T>::wp(const sp<T>& other) in wp() function
320 wp<T>::wp(U* other) in wp() function
327 wp<T>::wp(const wp<U>& other) in wp() function
337 wp<T>::wp(const sp<U>& other) in wp() function
H A DStrongPointer.h34 template<typename T> class wp; variable
108 template<typename Y> friend class wp; variable
/aosp12/frameworks/base/tests/JankBench/app/src/main/jni/
H A DWorkerPool.cpp203 WorkerPool *wp = (WorkerPool *)vwp; in helperThreadProc() local
/aosp12/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp61 float *up, *vp, *wp; in poly_clip_to_halfspace() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dblkzoned.h44 __u64 wp; member
/aosp12/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp129 EncodedBuffer::wp() in wp() function in android::util::EncodedBuffer
/aosp12/system/security/keystore2/src/
H A Dglobals.rs238 let wp = wd::watch_millis("In connect_keymint: calling getHardwareInfo()", 500); in connect_keymint() localVariable
H A Dwatchdog.rs310 let wp = in test_watchdog() localVariable
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_rob_image_homography.cpp623 void db_RobImageHomography( in db_RobImageHomography()
/aosp12/frameworks/base/core/java/android/view/
H A DWindow.java832 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { in adjustLayoutParamsForSubWindow()