Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_main.c176 module_shut_down(get_module(HCI_MODULE)); in bte_main_disable()
177 module_shut_down(get_module(BTSNOOP_MODULE)); in bte_main_disable()
/system/bt/btcore/include/
Dmodule.h52 void module_shut_down(const module_t *module);
/system/bt/btif/src/
Dstack_manager.c175 module_shut_down(get_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()
178module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just puts it in a restart… in event_shut_down_stack()
/system/bt/btcore/src/
Dmodule.c113 void module_shut_down(const module_t *module) { in module_shut_down() function
/system/bt/hci/test/
Dhci_layer_test.cpp584 module_shut_down(&hci_module);