Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_main.cc149 module_shut_down(get_module(GD_IDLE_MODULE)); in bte_main_enable()
176 module_shut_down(get_module(GD_SHIM_MODULE)); in bte_main_disable()
179 module_shut_down(get_module(HCI_MODULE)); in bte_main_disable()
180 module_shut_down(get_module(BTSNOOP_MODULE)); in bte_main_disable()
/system/bt/btif/src/
Dstack_manager.cc181 module_shut_down(get_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()
184 module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just in event_shut_down_stack()
218 module_shut_down(get_module(GD_IDLE_MODULE)); in event_clean_up_stack()
/system/bt/btcore/include/
Dmodule.h56 void module_shut_down(const module_t* module);
/system/bt/btcore/src/
Dmodule.cc97 void module_shut_down(const module_t* module) { in module_shut_down() function