Home
last modified time | relevance | path

Searched refs:mAttachedFrame (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeBuffer.java31 private Frame mAttachedFrame; field in NativeBuffer
72 if (mAttachedFrame != null) { in retain()
73 mAttachedFrame.retain(); in retain()
83 if (mAttachedFrame != null) { in release()
84 doDealloc = (mAttachedFrame.release() == null); in release()
100 return (mAttachedFrame != null) ? mAttachedFrame.isReadOnly() : false; in isReadOnly()
110 mAttachedFrame = frame; in attachToFrame()
115 || (mAttachedFrame != null && !mAttachedFrame.hasNativeAllocation())) { in assertReadable()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18445 Landroid/filterfw/core/NativeBuffer;->mAttachedFrame:Landroid/filterfw/core/Frame;