Searched refs:nativeWriteBlob (Results 1 – 2 of 2) sorted by relevance
296 private static native void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len); in nativeWriteBlob() method in Parcel712 nativeWriteBlob(mNativePtr, b, offset, len); in writeBlob()
51769 Landroid/os/Parcel;->nativeWriteBlob(J[BII)V