Searched refs:mAttachedFrame (Results 1 – 2 of 2) sorted by relevance
31 private Frame mAttachedFrame; field in NativeBuffer72 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()
18445 Landroid/filterfw/core/NativeBuffer;->mAttachedFrame:Landroid/filterfw/core/Frame;