Home
last modified time | relevance | path

Searched refs:module_shut_down (Results 1 – 4 of 4) sorted by relevance

/system/bt/main/
Dbte_main.cc177 module_shut_down(get_module(HCI_MODULE)); in bte_main_disable()
178 module_shut_down(get_module(BTSNOOP_MODULE)); in bte_main_disable()
/system/bt/btcore/include/
Dmodule.h56 void module_shut_down(const module_t* module);
/system/bt/btif/src/
Dstack_manager.cc179 module_shut_down(get_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()
182 module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just in event_shut_down_stack()
/system/bt/btcore/src/
Dmodule.cc99 void module_shut_down(const module_t* module) { in module_shut_down() function