Searched refs:NULL_PARCELABLE_FLAG (Results 1 – 4 of 4) sorted by relevance
248 pub const NULL_PARCELABLE_FLAG: i32 = 0; constant264 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 => {
21 NULL_PARCELABLE_FLAG,191 if status == NULL_PARCELABLE_FLAG { in deserialize()
141 NON_NULL_PARCELABLE_FLAG, NULL_PARCELABLE_FLAG,
37 SerializeOption, UnstructuredParcelable, NON_NULL_PARCELABLE_FLAG, NULL_PARCELABLE_FLAG,