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