Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/rust/aidl_types/src/
Dlib.rs19 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
40 impl_serialize_for_unstructured_parcelable!($name);
/frameworks/native/libs/nativewindow/rust/src/
Dsurface.rs19 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
125 impl_serialize_for_unstructured_parcelable!(Surface);
Dlib.rs26 impl_deserialize_for_unstructured_parcelable, impl_serialize_for_unstructured_parcelable,
262 impl_serialize_for_unstructured_parcelable!(HardwareBuffer);
/frameworks/native/libs/binder/rust/src/parcel/
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),* >);