Home
last modified time | relevance | path

Searched refs:otherPtr (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/rs/cpp/util/
H A DStrongPointer.h156 T* otherPtr(other.m_ptr);
157 if (otherPtr) otherPtr->incStrong(this);
159 m_ptr = otherPtr;
175 T* otherPtr(other.m_ptr);
176 if (otherPtr) otherPtr->incStrong(this);
178 m_ptr = otherPtr;
H A DRefBase.h366 T* otherPtr(other.m_ptr);
367 if (otherPtr) otherRefs->incWeak(this);
369 m_ptr = otherPtr;
379 T* otherPtr(other.m_ptr);
381 m_ptr = otherPtr;
401 U* otherPtr(other.m_ptr);
402 if (otherPtr) otherRefs->incWeak(this);
404 m_ptr = otherPtr;
414 U* otherPtr(other.m_ptr);
416 m_ptr = otherPtr;
/aosp12/system/core/libutils/include/utils/
H A DRefBase.h629 T* otherPtr(other.m_ptr);
630 if (otherPtr) otherRefs->incWeak(this);
632 m_ptr = otherPtr;
642 T* otherPtr(other.m_ptr);
644 m_ptr = otherPtr;
653 U* otherPtr(other.m_ptr);
654 if (otherPtr) otherRefs->incWeak(this);
656 m_ptr = otherPtr;
666 U* otherPtr(other.m_ptr);
668 m_ptr = otherPtr;
H A DStrongPointer.h312 T* otherPtr(other.m_ptr);
313 if (otherPtr) otherPtr->incStrong(this);
316 m_ptr = otherPtr;
333 T* otherPtr(other.m_ptr);
334 if (otherPtr) otherPtr->incStrong(this);
337 m_ptr = otherPtr;
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1963 private static synchronized native void nativeSwap(long ptr, long otherPtr) in nativeSwap() argument