/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | le_audio.rs | 245 _ => panic!("Invalid value {:?} to BtLeAudioGroupStatus", value), in from() 256 _ => panic!("Invalid value {} for BtLeAudioGroupStatus", value), in from() 272 _ => panic!("Invalid value {:?} to BtLeAudioGroupNodeStatus", value), in from() 282 _ => panic!("Invalid value {} for BtLeAudioGroupNodeStatus", value), in from() 293 _ => panic!("Invalid value {:?} for BtLeAudioUsage", value), in from() 304 _ => panic!("Invalid value {} for BtLeAudioUsage", value), in from() 317 _ => panic!("Invalid value {:?} for BtLeAudioContentType", value), in from() 330 _ => panic!("Invalid value {} for BtLeAudioContentType", value), in from() 346 _ => panic!("Invalid value {:?} for BtLeAudioSource", value), in from() 362 _ => panic!("Invalid value {} for BtLeAudioSource", value), in from() [all …]
|
D | avrcp.rs | 159 panic!("Tried to set dispatcher for Avrcp callbacks while it already exists"); in initialize() 270 panic!("Tried to set dispatcher for AvrcpCt Callbacks but it already existed"); in initialize()
|
/packages/modules/Virtualization/vmbase/src/ |
D | lib.rs | 40 use core::panic::PanicInfo; 44 fn panic(info: &PanicInfo) -> ! { in panic() function
|
D | entry.rs | 73 panic!("Failed to initialize a source of entropy: {e}"); in rust_entry() 77 panic!("Failed to get stack canary entropy: {e}"); in rust_entry()
|
D | bionic.rs | 62 panic!("stack guard check failed"); in __stack_chk_fail() 68 panic!("C code called abort()") in abort()
|
/packages/modules/Virtualization/compos/composd/src/ |
D | instance_manager.rs | 146 panic!("Tried to mark stopped when not starting"); in mark_stopped() 154 panic!("Tried to mark started when not starting") in mark_started() 157 panic!("Attempted to mark started when already started"); in mark_started()
|
D | composd_main.rs | 31 use std::panic; 43 panic::set_hook(Box::new(|panic_info| { in try_main()
|
/packages/modules/Virtualization/microdroid/ |
D | fstab.microdroid | 1 system /system ext4 noatime,ro,errors=panic wait,slotselect,avb=vbmeta,first_stage_mount,logical 5 /dev/block/by-name/microdroid-vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount,av…
|
/packages/modules/Virtualization/docs/debug/ |
D | ramdump.md | 8 RAM dump is created automatically when there's a kernel panic. However, for 22 [ 14.952133][ T148] Kernel panic - not syncing: sysrq triggered crash 28 [ 14.962137][ T148] panic+0x160/0x3f4 47 reboot: Restarting system with command 'kernel panic' 114 #2 [ffffffc00926bc40] panic at ffffffd48a86e2a8
|
/packages/modules/Virtualization/compos/src/ |
D | compsvc_main.rs | 30 use std::panic; 48 panic::set_hook(Box::new(|panic_info| { in try_main()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/ |
D | lib.rs | 267 _ => panic!("Unsupported type"), in gen_cxx_extern_trivial() 274 _ => panic!("Unexpected type: Must starts with \"bindings::\""), in gen_cxx_extern_trivial() 288 panic!("Empty cxx ident"); in gen_cxx_extern_trivial()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/ |
D | lib.rs | 88 panic!("function name must be specified"); in btif_callbacks_dispatcher() 94 panic!("callbacks struct ident must be specified"); in btif_callbacks_dispatcher()
|
/packages/modules/Virtualization/compos/verify/ |
D | verify.rs | 37 use std::panic; 69 panic::set_hook(Box::new(|panic_info| { in main()
|
/packages/modules/Virtualization/service_vm/demo_apk/src/ |
D | main.rs | 21 panic, 42 panic::set_hook(Box::new(|panic_info| { in AVmPayload_main()
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | iterators.rs | 240 _ => panic!("Invalid addr_cells {:?} for u64", cell_count), in from_addr_cells() 251 _ => panic!("Invalid addr_cells {:?} for (u32, u64)", cell_count), in from_addr_cells() 265 _ => panic!("Invalid size_cells {:?} for u64", cell_count), in from_size_cells()
|
/packages/modules/Virtualization/vmbase/example/tests/ |
D | test.rs | 30 panic, thread, 50 panic::set_hook(Box::new(|panic_info| { in test_run_example_vm()
|
/packages/modules/DnsResolver/doh/ |
D | boot_time.rs | 65 panic!( in now() 136 panic!("timerfd_settime failed: {:?}", io::Error::last_os_error()); in set()
|
/packages/modules/Virtualization/libs/apexutil/src/ |
D | lib.rs | 224 e => panic!("Unexpected error {e}"), in apex_no_manifest_fails_verification() 232 e => panic!("Unexpected error {e}"), in apex_signature_mismatch_fails_verification()
|
/packages/modules/Virtualization/libs/cstr/src/ |
D | lib.rs | 26 Err(_) => panic!("string contains interior NUL"),
|
/packages/modules/Bluetooth/system/rust/src/utils/ |
D | task.rs | 26 panic!("test appears to be stuck"); in block_on_locally()
|
/packages/modules/Virtualization/service_vm/test_apk/src/native/ |
D | main.rs | 29 panic, 52 panic::set_hook(Box::new(|panic_info| { in AVmPayload_main()
|
/packages/modules/Virtualization/vm_payload/src/ |
D | lib.rs | 85 panic!("{msg}") in unwrap_or_abort() 461 panic!("Message to be signed must not be empty.") in AVmAttestationResult_sign()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/ |
D | build.rs | 68 panic!("pdl not found in the current environment: {:?}", pdl.as_os_str().to_str().unwrap()); in generate_module()
|
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 94 panic!("function name must be specified"); in generate_dbus_exporter() 100 panic!("D-Bus interface name must be specified"); in generate_dbus_exporter() 324 _ => panic!("Struct path not available"), in generate_dbus_interface_client() 754 panic!("struct name must be specified"); in dbus_proxy_obj() 760 panic!("D-Bus interface name must be specified"); in dbus_proxy_obj() 991 panic!("not implemented"); in dbus_proxy_obj()
|
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | socket.rs | 450 panic!("Command Response is not ReadIndexList"); in mgmt_tryfrom_indexlist() 453 panic!("Event is not Command Complete"); in mgmt_tryfrom_indexlist()
|