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