Home
last modified time | relevance | path

Searched refs:impl_serialize_for_unstructured_parcelable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/tools/aidl/tests/rust/
Dsimple_parcelable.rs21 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
49 impl_serialize_for_unstructured_parcelable!(SimpleParcelable);
/aosp_15_r20/frameworks/native/libs/gui/rust/aidl_types/src/
H A Dlib.rs19 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
40 impl_serialize_for_unstructured_parcelable!($name);
/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/
H A Dsurface.rs21 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
258 impl_serialize_for_unstructured_parcelable!(Surface);
H A Dlib.rs28 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
517 impl_serialize_for_unstructured_parcelable!(HardwareBuffer);
/aosp_15_r20/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs1038 macro_rules! impl_serialize_for_unstructured_parcelable { macro
1040 $crate::impl_serialize_for_unstructured_parcelable!($parcelable < >);
1043 $crate::impl_serialize_for_unstructured_parcelable!($parcelable < $($param),* >);