Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs248 pub const NULL_PARCELABLE_FLAG: i32 = 0; constant
264 parcel.write(&NULL_PARCELABLE_FLAG) in serialize_option()
274 if null == NULL_PARCELABLE_FLAG { in deserialize_option()
960 parcel.write(&$crate::binder_impl::NULL_PARCELABLE_FLAG)
998 if status == $crate::binder_impl::NULL_PARCELABLE_FLAG {
1022 if status == $crate::binder_impl::NULL_PARCELABLE_FLAG {
1067 parcel.write(&$crate::binder_impl::NULL_PARCELABLE_FLAG)
1102 if status == $crate::binder_impl::NULL_PARCELABLE_FLAG {
1119 $crate::binder_impl::NULL_PARCELABLE_FLAG => Ok(None),
1133 $crate::binder_impl::NULL_PARCELABLE_FLAG => {
Dparcelable_holder.rs21 NULL_PARCELABLE_FLAG,
191 if status == NULL_PARCELABLE_FLAG { in deserialize()
/frameworks/native/libs/binder/rust/src/
Dlib.rs141 NON_NULL_PARCELABLE_FLAG, NULL_PARCELABLE_FLAG,
Dparcel.rs37 SerializeOption, UnstructuredParcelable, NON_NULL_PARCELABLE_FLAG, NULL_PARCELABLE_FLAG,