Home
last modified time | relevance | path

Searched refs:tx_clone (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dpowerd_suspend_manager.rs234 let tx_clone = tx1.clone(); in init() localVariable
236 let _ = tx_clone.send(SuspendManagerMessage::PowerdStarted).await; in init()
240 let tx_clone = tx2.clone(); in init() localVariable
242 let _ = tx_clone.send(SuspendManagerMessage::PowerdStopped).await; in init()
257 let tx_clone = tx1.clone(); in init() localVariable
259 let _ = tx_clone.send(SuspendManagerMessage::AdapterFound(path)).await; in init()
263 let tx_clone = tx2.clone(); in init() localVariable
265 let _ = tx_clone.send(SuspendManagerMessage::AdapterRemoved).await; in init()
281 let tx_clone = tx1.clone(); in init() localVariable
283 let _ = tx_clone.send(SuspendManagerMessage::AdapterFound(path)).await; in init()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1503 let tx_clone = tx.clone(); in init_profiles() localVariable
1506 let tx_clone = tx_clone.clone(); in init_profiles() localVariable
1508 let _ = tx_clone.send(Message::GattClient(cb)).await; in init_profiles()
1513 let tx_clone = tx.clone(); in init_profiles() localVariable
1516 let tx_clone = tx_clone.clone(); in init_profiles() localVariable
1518 let _ = tx_clone.send(Message::GattServer(cb)).await; in init_profiles()
1523 let tx_clone = tx.clone(); in init_profiles() localVariable
1526 let tx_clone = tx_clone.clone(); in init_profiles() localVariable
1528 let _ = tx_clone.send(Message::LeScanner(cb)).await; in init_profiles()
1533 let tx_clone = tx.clone(); in init_profiles() localVariable
[all …]