Searched refs:nativeReadLong (Results 1 – 3 of 3) sorted by relevance
313 public static long nativeReadLong(long nativePtr) { in nativeReadLong() method in Parcel_host323 return Double.longBitsToDouble(nativeReadLong(nativePtr)); in nativeReadDouble()
446 private static native long nativeReadLong(long nativePtr); in nativeReadLong() method in Parcel3273 return nativeReadLong(mNativePtr); in readLong()
37240 Landroid/os/Parcel;->nativeReadLong(J)J