Home
last modified time | relevance | path

Searched refs:get_reason (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Virtualization/libs/bssl/src/
Derr.rs53 let reason = get_reason(packed_error); in process_least_recent_error()
103 fn get_reason(packed_error: u32) -> i32 { in get_reason() function
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dpowerd_suspend_manager.rs459 suspend_imminent.get_reason() in on_suspend_imminent()
479 match (tablet_mode, suspend_imminent.get_reason()) { in on_suspend_imminent()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs1017 let error_code = if packet.get_reason() == hci::ErrorCode::Success { in hci_le_reject_cis_request()
1020 packet.get_reason() in hci_le_reject_cis_request()
1207 error_code: packet.get_reason().into(), in hci_disconnect()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs835 if cmd.get_reason() in process()
Dconnections.rs714 dc_conn.get_reason(), in process()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dsecure_simple_pairing.rs659 error_code: reply.get_reason().into(), in respond()