/frameworks/native/libs/binder/rust/src/parcel/ |
D | parcelable.rs | 41 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 …]
|
D | file_descriptor.rs | 34 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/ |
D | HashEntry.h | 40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; typedef
|
D | BinTree.h | 95 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
|
D | HashBase.h | 74 typedef HashTableImpl<HashEntryTy, HashFunctionTy> Self; typedef
|
D | HashIterator.h | 253 typedef HashIterator<IteratorBase, Traits> Self; typedef
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 97 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/ |
D | binder.rs | 268 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()
|
D | proxy.rs | 71 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()
|
D | error.rs | 166 pub(crate) unsafe fn from_ptr(ptr: *mut sys::AStatus) -> Self { in from_ptr()
|
D | native.rs | 337 fn try_from(mut ibinder: SpIBinder) -> Result<Self> { in try_from()
|
D | parcel.rs | 329 pub(crate) fn new_for_test(binder: &mut SpIBinder) -> Result<Self> { in new_for_test()
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 29 typedef PolicyIterator<Input, Traits, IteratorType> Self; typedef 76 typedef BinaryTree<Input> Self; typedef
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_surface.h | 63 std::shared_ptr<T> Self() { in Self() function
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 63 typedef DataIterator<ChunkType, Traits> Self; typedef
|