Home
last modified time | relevance | path

Searched defs:ProcessState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs46 pub enum ProcessState { enum
222 pub fn get_process_state(&self, hci: VirtualHciIndex) -> ProcessState { in get_process_state()
1323 fn get_process_state(&self, hci: VirtualHciIndex) -> ProcessState { in get_process_state()
1391 ) -> (ProcessState, CommandTimeoutAction) { in action_start_bluetooth()
1417 ) -> (ProcessState, CommandTimeoutAction) { in action_stop_bluetooth()
1443 ) -> (ProcessState, CommandTimeoutAction) { in action_restart_bluetooth()
1475 ) -> (ProcessState, CommandTimeoutAction) { in action_on_bluetooth_started()
1509 ) -> (ProcessState, CommandTimeoutAction) { in action_on_bluetooth_stopped()
1653 ) -> (ProcessState, AdapterChangeAction, CommandTimeoutAction) { in action_on_hci_presence_changed()