Searched refs:AParcel_writeUint32 (Results 1 – 7 of 7) sorted by relevance
108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AParcel_writeUint32);224 INIT_INTERCEPTABLE_STUB_FUNCTION("libbinder_ndk.so", AParcel_writeUint32); in init_stub_library()
76 AParcel_writeUint32;
480 binder_status_t AParcel_writeUint32(AParcel* parcel, uint32_t value) { in AParcel_writeUint32() function
631 binder_status_t AParcel_writeUint32(AParcel* parcel, uint32_t value) __INTRODUCED_IN(29);
357 impl Serialize for u32 = sys::AParcel_writeUint32;
611 void writeUint32(uint32_t value) { AParcel_writeUint32(mParcel, value); } in writeUint32()