Searched refs:otherNativePtr (Results 1 – 1 of 1) sorted by relevance
489 …public static void nativeAppendFrom(int thisNativePtr, int otherNativePtr, int offset, int length)… in nativeAppendFrom() argument490 nativeAppendFrom((long) thisNativePtr, otherNativePtr, offset, length); in nativeAppendFrom() local496 long thisNativePtr, long otherNativePtr, int offset, int length) { in nativeAppendFrom() argument498 ByteBuffer otherByteBuffer = NATIVE_PTR_TO_PARCEL.get(otherNativePtr); in nativeAppendFrom()