/packages/modules/Virtualization/pvmfw/avb/src/ |
D | partition.rs | 58 fn try_from(partition_name: *const c_char) -> Result<Self, Self::Error> { in try_from() method 69 fn try_from(partition_name: &CStr) -> Result<Self, Self::Error> { in try_from() method 82 fn try_from(non_null_terminated_name: &[u8]) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
D | object_mapping.rs | 134 fn try_from(jni_obj: FiraOpenSessionParamsJni) -> Result<Self> { in try_from() method 212 fn try_from(addr_obj: UwbAddressJni<'_>) -> Result<Self> { in try_from() method 220 fn try_from(addr_obj: UwbAddressJni<'_>) -> Result<Self> { in try_from() method 288 fn try_from(jni_obj: CccOpenRangingParamsJni<'_>) -> Result<Self> { in try_from() method 322 fn try_from(jni_obj: CccPulseShapeComboJni<'_>) -> Result<Self> { in try_from() method 347 fn try_from(jni_obj: CccProtocolVersionJni<'_>) -> Result<Self> { in try_from() method 417 fn try_from(jni: CountryCodeJni<'_>) -> Result<Self> { in try_from() method 455 fn try_from(pse: PowerStatsWithEnv<'a>) -> Result<Self> { in try_from() method 497 fn try_from(data_obj: SessionRangeDataWithEnv<'a>) -> Result<Self> { in try_from() method 645 fn try_from(measurements_obj: RangingMeasurementsWithEnv<'a>) -> Result<Self> { in try_from() method
|
/packages/modules/Bluetooth/system/gd/rust/packets/ |
D | custom_types.rs | 48 fn try_from(slice: &[u8]) -> Result<Self, Self::Error> { in try_from() method 92 fn try_from(slice: &[u8]) -> Result<Self, Self::Error> { in try_from() method
|
D | test_lib.rs | 30 fn try_from(slice: &[u8]) -> std::result::Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/ |
D | packets.rs | 42 fn try_from(slice: &[u8]) -> std::result::Result<Self, Self::Error> { in try_from() method 79 fn try_from(slice: &[u8]) -> std::result::Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | parser.rs | 31 fn try_from(item: &[u8]) -> Result<Self, Self::Error> { in try_from() method 144 fn try_from(item: &[u8]) -> Result<Self, Self::Error> { in try_from() method 293 fn try_from(item: &'a LinuxSnoopPacket) -> Result<Self, Self::Error> { in try_from() method 340 fn try_from(item: (usize, &'a LinuxSnoopPacket)) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/system/rust/src/core/ |
D | uuid.rs | 39 fn try_from(value: UuidView<'_>) -> Result<Self, ParseError> { in try_from() method 79 fn try_from(value: Uuid) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | socket.rs | 90 fn try_from(item: u16) -> Result<Self, Self::Error> { in try_from() method 125 fn try_from(item: u16) -> Result<Self, Self::Error> { in try_from() method 157 fn try_from(item: MgmtPacket) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/tools/pdl/tests/generated/ |
D | enum_declaration_little_endian.rs | 60 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 128 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 205 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 285 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 356 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | enum_declaration_big_endian.rs | 60 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 128 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 205 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 285 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 356 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_mixed_scalars_enums_big_endian.rs | 60 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 127 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_mixed_scalars_enums_little_endian.rs | 60 fn try_from(value: u8) -> std::result::Result<Self, Self::Error> { in try_from() method 127 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_child_packets_little_endian.rs | 60 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method 390 fn try_from(packet: Foo) -> Result<Bar> { in try_from() method 526 fn try_from(packet: Foo) -> Result<Baz> { in try_from() method
|
D | packet_decl_child_packets_big_endian.rs | 60 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method 390 fn try_from(packet: Foo) -> Result<Bar> { in try_from() method 526 fn try_from(packet: Foo) -> Result<Baz> { in try_from() method
|
D | packet_decl_64bit_enum_little_endian.rs | 60 fn try_from(value: u64) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_64bit_enum_big_endian.rs | 60 fn try_from(value: u64) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_64bit_enum_array_big_endian.rs | 60 fn try_from(value: u64) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_64bit_enum_array_little_endian.rs | 60 fn try_from(value: u64) -> std::result::Result<Self, Self::Error> { in try_from() method
|
D | packet_decl_grand_children_big_endian.rs | 60 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method 460 fn try_from(packet: Parent) -> Result<Child> { in try_from() method 658 fn try_from(packet: Parent) -> Result<GrandChild> { in try_from() method 868 fn try_from(packet: Parent) -> Result<GrandGrandChild> { in try_from() method
|
D | packet_decl_grand_children_little_endian.rs | 60 fn try_from(value: u16) -> std::result::Result<Self, Self::Error> { in try_from() method 460 fn try_from(packet: Parent) -> Result<Child> { in try_from() method 658 fn try_from(packet: Parent) -> Result<GrandChild> { in try_from() method 868 fn try_from(packet: Parent) -> Result<GrandGrandChild> { in try_from() method
|
D | packet_decl_24bit_enum_array_little_endian.rs | 60 fn try_from(value: u32) -> std::result::Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Virtualization/libs/hyp/src/hypervisor/ |
D | mod.rs | 51 fn try_from(uuid: Uuid) -> Result<HypervisorBackend> { in try_from() method
|
/packages/modules/Virtualization/vmbase/src/ |
D | bionic.rs | 87 fn try_from(value: usize) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Bluetooth/system/gd/rust/common/src/ |
D | init_flags.rs | 274 fn try_from(tag_value: &str) -> Result<Self, Self::Error> { in try_from() method
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | lib.rs | 161 fn try_from(res: c_int) -> Result<Self> { in try_from() method 182 fn try_from(res: c_int) -> Result<Self> { in try_from() method
|