Home
last modified time | relevance | path

Searched defs:Strong (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs264 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>); struct
266 impl<I: FromIBinder + ?Sized> Strong<I> { impl
278 impl<I: FromIBinder + ?Sized> Clone for Strong<I> { implementation
287 impl<I: FromIBinder + ?Sized> Borrow<I> for Strong<I> { implementation
293 impl<I: FromIBinder + ?Sized> AsRef<I> for Strong<I> { implementation
299 impl<I: FromIBinder + ?Sized> Deref for Strong<I> { implementation
307 impl<I: FromIBinder + fmt::Debug + ?Sized> fmt::Debug for Strong<I> { implementation
313 impl<I: FromIBinder + ?Sized> Ord for Strong<I> { implementation
319 impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { implementation
325 impl<I: FromIBinder + ?Sized> PartialEq for Strong<I> { implementation
[all …]
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs631 impl<T: Serialize + FromIBinder + ?Sized> Serialize for Strong<T> { implementation
637 impl<T: SerializeOption + FromIBinder + ?Sized> SerializeOption for Strong<T> { implementation
643 impl<T: FromIBinder + ?Sized> Deserialize for Strong<T> { implementation
650 impl<T: FromIBinder + ?Sized> DeserializeOption for Strong<T> { implementation