Home
last modified time | relevance | path

Searched refs:from_arc (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/rust/hal/src/
H A Dfacade.rs23 evt_rx: RxAdapter::from_arc(control.rx.clone()), in provide_facade()
24 acl_rx: RxAdapter::from_arc(acl.rx.clone()), in provide_facade()
25 iso_rx: RxAdapter::from_arc(iso.rx.clone()), in provide_facade()
/aosp12/system/bt/gd/rust/facade/helpers/
H A Dlib.rs28 Self::from_arc(Arc::new(Mutex::new(rx))) in new()
32 pub fn from_arc(rx: Arc<Mutex<Receiver<T>>>) -> Self { in from_arc() method
/aosp12/system/bt/gd/rust/hci/src/
H A Dfacade.rs44 acl_rx: RxAdapter::from_arc(acl.rx), in provide_facade()
46 iso_rx: RxAdapter::from_arc(iso.rx), in provide_facade()