Home
last modified time | relevance | path

Searched refs:state_machine (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs124 state_machine: StateMachineInternal, field
128 fn new(state_machine: StateMachineInternal) -> StateMachineContext { in new()
130 StateMachineContext { tx: tx, rx: rx, state_machine: state_machine } in new()
135 floss_enabled: self.state_machine.floss_enabled.clone(), in get_proxy()
136 default_adapter: self.state_machine.default_adapter.clone(), in get_proxy()
137 state: self.state_machine.state.clone(), in get_proxy()
652 prev_state = context.state_machine.get_process_state(hci); in mainloop()
655 (next_state, action) = context.state_machine.action_start_bluetooth(hci); in mainloop()
660 prev_state = context.state_machine.get_process_state(hci); in mainloop()
663 (next_state, action) = context.state_machine.action_stop_bluetooth(hci); in mainloop()
[all …]
Dmain.rs16 use manager_service::{bluetooth_manager_dbus, config_util, state_machine};
71 state_machine::Invoker::SystemdInvoker in main()
73 state_machine::Invoker::UpstartInvoker in main()
76 let context = state_machine::create_new_state_machine_context(invoker); in main()
166 state_machine::mainloop(context, bluetooth_manager).await; in main()
Dlib.rs12 pub mod state_machine; module
Dbluetooth_manager.rs16 use crate::state_machine::{
Dconfig_util.rs1 use crate::state_machine::{RealHciIndex, VirtualHciIndex};
/packages/modules/Bluetooth/system/bta/
DBUILD.gn100 "le_audio/broadcaster/state_machine.cc",
115 "le_audio/state_machine.cc",
DAndroid.bp109 "le_audio/broadcaster/state_machine.cc",
124 "le_audio/state_machine.cc",
912 "le_audio/state_machine.cc",
1107 "le_audio/broadcaster/state_machine.cc",