Home
last modified time | relevance | path

Searched defs:Self (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs41 fn deserialize(parcel: &Parcel) -> Result<Self>; in deserialize()
53 fn serialize_array(slice: &[Self], parcel: &mut Parcel) -> Result<()> { in serialize_array()
99 fn deserialize_array(parcel: &Parcel) -> Result<Option<Vec<Self>>> { in deserialize_array()
166 fn serialize_option(this: Option<&Self>, parcel: &mut Parcel) -> Result<()> { in serialize_option()
179 fn deserialize_option(parcel: &Parcel) -> Result<Option<Self>> { in deserialize_option()
398 fn deserialize(parcel: &Parcel) -> Result<Self> { in deserialize()
404 fn serialize_array(slice: &[Self], parcel: &mut Parcel) -> Result<()> { in serialize_array()
429 fn deserialize(parcel: &Parcel) -> Result<Self> { in deserialize()
435 fn serialize_array(slice: &[Self], parcel: &mut Parcel) -> Result<()> { in serialize_array()
454 fn serialize_option(this: Option<&Self>, parcel: &mut Parcel) -> Result<()> { in serialize_option()
[all …]
Dfile_descriptor.rs34 pub fn new(file: File) -> Self { in new()
69 fn serialize_option(this: Option<&Self>, parcel: &mut Parcel) -> Result<()> { in serialize_option()
88 fn deserialize_option(parcel: &Parcel) -> Result<Option<Self>> { in deserialize_option()
120 fn deserialize(parcel: &Parcel) -> Result<Self> { in deserialize()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashEntry.h40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
DBinTree.h95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self; typedef
138 typedef PolicyIterator<DataType, Traits, IteratorType> Self; typedef
187 typedef TreeIterator<value_type, Traits> Self; typedef
346 typedef BinaryTree<DataType> Self; typedef
DHashBase.h74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef
DHashIterator.h253 typedef HashIterator<IteratorBase, Traits> Self; typedef
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs97 fn try_from(c: u32) -> Result<Self, Self::Error> { in try_from()
225 pub fn new(identifier: &str) -> Self { in new()
229 pub fn new_with_extension(identifier: &str, extension: &str) -> Self { in new_with_extension()
233 fn new_internal(identifier: &str, extension: Option<&str>) -> Self { in new_internal()
/frameworks/native/libs/binder/rust/src/
Dbinder.rs268 pub fn new(binder: Box<I>) -> Self { in new()
279 fn clone(&self) -> Self { in clone()
342 fn new(binder: &Strong<I>) -> Self { in new()
361 fn clone(&self) -> Self { in clone()
518 fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>; in try_from()
Dproxy.rs71 pub(crate) unsafe fn from_raw(ptr: *mut sys::AIBinder) -> Option<Self> { in from_raw()
192 fn clone(&self) -> Self { in clone()
396 fn serialize_option(this: Option<&Self>, parcel: &mut Parcel) -> Result<()> { in serialize_option()
466 fn clone(&self) -> Self { in clone()
626 fn from_binder(binder: SpIBinder) -> Result<Self>; in from_binder()
Derror.rs166 pub(crate) unsafe fn from_ptr(ptr: *mut sys::AStatus) -> Self { in from_ptr()
Dnative.rs337 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from()
Dparcel.rs329 pub(crate) fn new_for_test(binder: &mut SpIBinder) -> Result<Self> { in new_for_test()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef
76 typedef BinaryTree<Input> Self; typedef
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_surface.h63 std::shared_ptr<T> Self() { in Self() function
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h63 typedef DataIterator<ChunkType, Traits> Self; typedef