Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs64 fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self>; in deserialize()
84 fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_array()
123 fn deserialize_array(parcel: &BorrowedParcel<'_>) -> Result<Option<Vec<Self>>> { in deserialize_array()
198 fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_option()
211 fn deserialize_option(parcel: &BorrowedParcel<'_>) -> Result<Option<Self>> { in deserialize_option()
223 fn deserialize_option_from(this: &mut Option<Self>, parcel: &BorrowedParcel<'_>) -> Result<()> { in deserialize_option_from()
443 fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> { in deserialize()
449 fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_array()
474 fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> { in deserialize()
480 fn serialize_array(slice: &[Self], parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_array()
[all …]
Dfile_descriptor.rs34 pub fn new(file: File) -> Self { in new()
91 fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_option()
108 fn deserialize_option(parcel: &BorrowedParcel<'_>) -> Result<Option<Self>> { in deserialize_option()
135 fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self> { in deserialize()
Dparcelable_holder.rs76 pub fn new(stability: Stability) -> Self { in new()
172 fn deserialize(parcel: &BorrowedParcel<'_>) -> Result<Self, StatusCode> { in deserialize()
/frameworks/compile/mclinker/include/mcld/ADT/
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
DHashEntry.h40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
DHashBase.h74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef
DHashIterator.h253 typedef HashIterator<IteratorBase, Traits> Self; typedef
/frameworks/native/include/ftl/
Dmixins.h88 constexpr const T& to_underlying(const Constructible<Self, T>& c) { in to_underlying()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef
76 typedef BinaryTree<Input> Self; typedef
/frameworks/native/libs/binder/rust/src/
Dbinder.rs361 pub fn new(binder: Box<I>) -> Self { in new()
392 fn clone(&self) -> Self { in clone()
455 fn new(binder: &Strong<I>) -> Self { in new()
468 fn clone(&self) -> Self { in clone()
637 fn try_from(ibinder: SpIBinder) -> Result<Strong<Self>>; in try_from()
Dproxy.rs79 pub(crate) unsafe fn from_raw(ptr: *mut sys::AIBinder) -> Option<Self> { in from_raw()
223 fn clone(&self) -> Self { in clone()
434 fn serialize_option(this: Option<&Self>, parcel: &mut BorrowedParcel<'_>) -> Result<()> { in serialize_option()
503 fn clone(&self) -> Self { in clone()
746 fn from_binder(binder: SpIBinder) -> Result<Self>; in from_binder()
Dnative.rs403 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from()
540 fn clone(&self) -> Self { in clone()
Derror.rs183 pub(crate) unsafe fn from_ptr(ptr: *mut sys::AStatus) -> Self { in from_ptr()
Dparcel.rs136 fn clone(&self) -> Self { in clone()
/frameworks/native/libs/input/
Dinput_verifier.rs114 fn from(action: u32) -> Self { in from()
183 fn new(name: &str) -> Self { in new()
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs87 fn new(s: &str) -> Self { in new()
103 fn try_from(c: u32) -> Result<Self, Self::Error> { in try_from()
393 pub fn new(identifier: &str) -> Self { in new()
397 pub fn new_with_extension(identifier: &str, extension: &str) -> Self { in new_with_extension()
401 fn new_internal(identifier: &str, extension: Option<&str>) -> Self { in new_internal()
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h63 typedef DataIterator<ChunkType, Traits> Self; typedef