Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dbinder.rs365 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>); struct
367 impl<I: FromIBinder + ?Sized> Strong<I> { impl
399 impl<I: FromIBinder + ?Sized> Clone for Strong<I> { implementation
408 impl<I: FromIBinder + ?Sized> Borrow<I> for Strong<I> { implementation
414 impl<I: FromIBinder + ?Sized> AsRef<I> for Strong<I> { implementation
420 impl<I: FromIBinder + ?Sized> Deref for Strong<I> { implementation
428 impl<I: FromIBinder + fmt::Debug + ?Sized> fmt::Debug for Strong<I> { implementation
434 impl<I: FromIBinder + ?Sized> Ord for Strong<I> { implementation
440 impl<I: FromIBinder + ?Sized> PartialOrd for Strong<I> { implementation
446 impl<I: FromIBinder + ?Sized> PartialEq for Strong<I> { implementation
[all …]
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs840 impl<T: Serialize + FromIBinder + ?Sized> Serialize for Strong<T> { implementation
846 impl<T: SerializeOption + FromIBinder + ?Sized> SerializeOption for Strong<T> { implementation
852 impl<T: Serialize + FromIBinder + ?Sized> SerializeArray for Strong<T> {} implementation
854 impl<T: FromIBinder + ?Sized> Deserialize for Strong<T> { implementation
878 impl<T: FromIBinder + ?Sized> DeserializeOption for Strong<T> { implementation
885 impl<T: FromIBinder + ?Sized> DeserializeArray for Strong<T> {} implementation