Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DStrongPointer.h285 T* otherPtr(other.m_ptr);
286 if (otherPtr) otherPtr->incStrong(this);
289 m_ptr = otherPtr;
306 T* otherPtr(other.m_ptr);
307 if (otherPtr) otherPtr->incStrong(this);
310 m_ptr = otherPtr;
H A DRefBase.h630 T* otherPtr(other.m_ptr);
631 if (otherPtr) otherRefs->incWeak(this);
633 m_ptr = otherPtr;
643 T* otherPtr(other.m_ptr);
645 m_ptr = otherPtr;
654 U* otherPtr(other.m_ptr);
655 if (otherPtr) otherRefs->incWeak(this);
657 m_ptr = otherPtr;
667 U* otherPtr(other.m_ptr);
669 m_ptr = otherPtr;
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java2152 private static synchronized native void nativeSwap(long ptr, long otherPtr) in nativeSwap() argument