Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/core/
Dshared_box.rs18 pub struct SharedBox<T: ?Sized>(Rc<T>); struct
20 impl<T> SharedBox<T> { impl
43 impl<T> From<T> for SharedBox<T> { implementation
49 impl<T> Deref for SharedBox<T> { implementation
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs328 impl SharedBox<GattDatabase> { impl