Home
last modified time | relevance | path

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

/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs88 struct ConnectionInternal { struct
145 …let connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>> = Arc::new(Mutex::new(HashMap::new()… in provide_acl_manager()
205 let connection_internal = ConnectionInternal { in provide_acl_manager()
257 connections: &Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in dispatch_to() argument
270 connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in run_connection() argument
/system/bt/gd/rust/link/src/acl/
Dcore.rs39 struct ConnectionInternal { struct
80 let mut connections: HashMap<u16, ConnectionInternal> = HashMap::new(); in provide_acl_dispatch()
102 ConnectionInternal { in provide_acl_dispatch()