Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dpowerd_suspend_manager.rs234 let tx_clone = tx1.clone(); in init() localVariable
240 let tx_clone = tx2.clone(); in init() localVariable
257 let tx_clone = tx1.clone(); in init() localVariable
263 let tx_clone = tx2.clone(); in init() localVariable
281 let tx_clone = tx1.clone(); in init() localVariable
287 let tx_clone = tx2.clone(); in init() localVariable
314 let tx_clone = tx.clone(); in init() localVariable
350 let tx_clone = tx.clone(); in init() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/threadpool/src/
Dlib.rs1007 let tx_clone = tx.clone(); in test_name() localVariable