Searched refs:AParcel_writeUint32 (Results 1 – 8 of 8) sorted by relevance
42 void writeUint32(uint32_t value) { AParcel_writeUint32(mParcel, value); } in writeUint32()
127 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeUint32);316 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeUint32); in init_stub_library()
76 AParcel_writeUint32;
508 binder_status_t AParcel_writeUint32(AParcel* parcel, uint32_t value) { in AParcel_writeUint32() function
636 binder_status_t AParcel_writeUint32(AParcel* parcel, uint32_t value) __INTRODUCED_IN(29);
476 impl Serialize for u32 = sys::AParcel_writeUint32;