Searched refs:gddi (Results 1 – 21 of 21) sorted by relevance
/system/bt/gd/rust/gddi/macros/ |
D | lib.rs | 34 …fn #injected_ident(registry: std::sync::Arc<gddi::Registry>) -> std::pin::Pin<gddi::ProviderFuture… in provides() 153 pub fn #init_ident(builder: gddi::RegistryBuilder) -> gddi::RegistryBuilder { in module() 173 impl gddi::Stoppable for #ident {} in derive_nop_stop() impl 197 fn #fn_ident(builder: gddi::RegistryBuilder) -> gddi::RegistryBuilder { in part_out() 199 … |registry: std::sync::Arc<gddi::Registry>| -> std::pin::Pin<gddi::ProviderFutureBox> { in part_out()
|
/system/bt/gd/rust/main/ |
D | Cargo.toml | 26 gddi = { path = "../gddi" }
|
/system/bt/gd/rust/link/src/ |
D | lib.rs | 6 use gddi::module;
|
/system/bt/gd/rust/hal/ |
D | Cargo.toml | 27 gddi = { path = "../gddi" }
|
/system/bt/gd/rust/link/src/acl/ |
D | mod.rs | 8 use gddi::module;
|
D | core.rs | 11 use gddi::{module, provides, Stoppable};
|
/system/bt/gd/rust/hci/ |
D | Cargo.toml | 29 gddi = { path = "../gddi" }
|
/system/bt/gd/rust/link/ |
D | Cargo.toml | 29 gddi = { path = "../gddi" }
|
/system/bt/gd/rust/hal/src/ |
D | lib.rs | 15 use gddi::module; 46 use gddi::Stoppable;
|
D | facade.rs | 10 use gddi::{module, provides, Stoppable};
|
D | hidl_hal.rs | 4 use gddi::{module, provides};
|
D | rootcanal_hal.rs | 9 use gddi::{module, provides, Stoppable};
|
D | snoop.rs | 7 use gddi::{module, part_out, provides, Stoppable};
|
/system/bt/gd/rust/gddi/ |
D | Android.bp | 13 crate_name: "gddi",
|
D | Cargo.toml | 17 name = "gddi"
|
/system/bt/gd/rust/main/src/ |
D | lib.rs | 6 use gddi::{module, Registry, RegistryBuilder, Stoppable};
|
/system/bt/gd/rust/hci/src/ |
D | controller_facade.rs | 10 use gddi::{module, provides, Stoppable};
|
D | facade.rs | 15 use gddi::{module, provides, Stoppable};
|
D | lib.rs | 26 use gddi::{module, part_out, provides, Stoppable};
|
D | controller.rs | 15 use gddi::{module, provides, Stoppable};
|
/system/bt/gd/rust/link/src/acl/classic/ |
D | mod.rs | 16 use gddi::{module, provides, Stoppable};
|