Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/shim/src/
H A Dstack.rs69 pub fn get_controller(stack: &mut Stack) -> Box<Controller> { in get_controller() function
H A Dbridge.rs20 fn get_controller(stack: &mut Stack) -> Box<Controller>; in get_controller() function