Searched refs:AParcel_readUint64 (Results 1 – 9 of 9) sorted by relevance
53 AParcel_readUint64;
563 binder_status_t AParcel_readUint64(const AParcel* parcel, uint64_t* value) { in AParcel_readUint64() function
114 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_readUint64);315 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_readUint64); in init_stub_library()
223 AParcel_readUint64(parcel.get(), &(array.dataRW()[i]))); in native_initFromParcel()
768 binder_status_t AParcel_readUint64(const AParcel* parcel, uint64_t* value) __INTRODUCED_IN(29);
128 PARCEL_READ(uint64_t, AParcel_readUint64),
487 impl Deserialize for u64 = sys::AParcel_readUint64;