Home
last modified time | relevance | path

Searched refs:GetControllerInterface (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dcontroller.rs14 fn GetControllerInterface() -> UniquePtr<ControllerIntf>; in GetControllerInterface() function
29 let intf = ffi::GetControllerInterface(); in new()
/packages/modules/Bluetooth/system/gd/rust/topshim/controller/
Dcontroller_shim.h43 std::unique_ptr<ControllerIntf> GetControllerInterface();
Dcontroller_shim.cc35 std::unique_ptr<ControllerIntf> GetControllerInterface() { in GetControllerInterface() function