/external/python/bumble/bumble/ |
D | codecs.py | 118 raise core.InvalidPacketError('program_config_element not supported') 145 raise core.InvalidPacketError('extensionFlag3 == 1 not supported') 221 raise core.InvalidPacketError( 265 raise core.InvalidPacketError('audioMuxVersionA != 0 not supported') 273 raise core.InvalidPacketError('num_program != 0 not supported') 276 raise core.InvalidPacketError('num_layer != 0 not supported') 289 raise core.InvalidPacketError('audio_specific_config_len > asc_len') 298 raise core.InvalidPacketError( 325 raise core.InvalidPacketError('muxConfigPresent == 0 not supported') 330 raise core.InvalidPacketError('useSameStreamMux == 1 not supported')
|
D | avc.py | 112 raise core.InvalidPacketError("first 4 bits must be 0s") 128 raise core.InvalidPacketError("extended subunit ID value reserved") 137 raise core.InvalidPacketError("reserved subunit ID")
|
D | at.py | 20 class AtParsingError(core.InvalidPacketError):
|
/external/uwb/src/rust/uwb_uci_packets/src/ |
D | lib.rs | 291 DataPacketFormat::try_from(u8::from(gid_or_dpf)).or(Err(DecodeError::InvalidPacketError)) in try_from() 305 return Err(DecodeError::InvalidPacketError); in new() 394 return Err(DecodeError::InvalidPacketError); in try_from() 431 return Err(DecodeError::InvalidPacketError); in try_from() 492 Err(DecodeError::InvalidPacketError) in try_into_data_payload() 503 return Err(DecodeError::InvalidPacketError); in try_from() 669 Err(DecodeError::InvalidPacketError), in defragment_packet() 757 Err(DecodeError::InvalidPacketError), in defragment_raw_uci_response_packet() 813 _ => return Err(DecodeError::InvalidPacketError), in parse_diagnostics_ntf() 817 return Err(DecodeError::InvalidPacketError); in parse_diagnostics_ntf() [all …]
|
/external/python/bumble/bumble/transport/ |
D | common.py | 142 raise core.InvalidPacketError( 190 raise core.InvalidPacketError(f'invalid packet type {packet_type[0]} found') 196 raise core.InvalidPacketError('packet too short') 202 raise core.InvalidPacketError('packet too short') 223 raise core.InvalidPacketError(f'invalid packet type {packet_type[0]} found')
|
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust/ |
D | packet_decl_8bit_scalar_array_big_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_8bit_scalar_array_little_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_64bit_scalar_array_big_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_64bit_scalar_array_little_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_24bit_scalar_array_little_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_24bit_scalar_array_big_endian.rs | 58 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_64bit_enum_array_little_endian.rs | 97 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_64bit_enum_array_big_endian.rs | 97 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_24bit_enum_array_big_endian.rs | 112 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_24bit_enum_array_little_endian.rs | 112 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_8bit_enum_array_big_endian.rs | 127 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_8bit_enum_array_little_endian.rs | 127 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_array_dynamic_element_size_static_count_1_big_endian.rs | 145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_array_dynamic_element_size_static_count_1_little_endian.rs | 145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
D | packet_decl_array_dynamic_element_size_static_count_big_endian.rs | 145 let x = x.try_into().map_err(|_| DecodeError::InvalidPacketError)?; in decode()
|
/external/rust/android-crates-io/crates/pdl-runtime/src/ |
D | lib.rs | 23 InvalidPacketError, enumerator
|
/external/rust/android-crates-io/crates/pdl-compiler/tests/generated/rust_legacy/ |
D | packet_decl_64bit_scalar_array_big_endian.rs | 63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
|
D | packet_decl_64bit_scalar_array_little_endian.rs | 63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
|
D | packet_decl_24bit_scalar_array_little_endian.rs | 63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
|
D | packet_decl_8bit_scalar_array_little_endian.rs | 63 .map_err(|_| DecodeError::InvalidPacketError)?; in parse_inner()
|