Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dcontroller.cc76 bluetooth::shim::Stack::GetInstance()->GetRustController(); in start_up()
144 **bluetooth::shim::Stack::GetInstance()->GetRustController()); \
208 **bluetooth::shim::Stack::GetInstance()->GetRustController()); \ in MAP_TO_GD()
232 **bluetooth::shim::Stack::GetInstance()->GetRustController()); \
265 **bluetooth::shim::Stack::GetInstance()->GetRustController());
276 **bluetooth::shim::Stack::GetInstance()->GetRustController()); in get_le_maximum_tx_time()
H A Dstack.h63 ::rust::Box<rust::Controller>* GetRustController() { in GetRustController() function