Home
last modified time | relevance | path

Searched refs:get_controller (Results 1 – 3 of 3) 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
/aosp12/system/bt/main/shim/
H A Dstack.cc87 rust::get_controller(**rust_stack_)); in StartEverything()