Home
last modified time | relevance | path

Searched refs:module_clean_up (Results 1 – 6 of 6) sorted by relevance

/system/bt/main/
Dbte_main.cc140 module_clean_up(get_module(STACK_CONFIG_MODULE)); in bte_main_cleanup()
142 module_clean_up(get_module(INTEROP_MODULE)); in bte_main_cleanup()
/system/bt/btif/src/
Dstack_manager.cc214 module_clean_up(get_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()
215 module_clean_up(get_module(BT_UTILS_MODULE)); in event_clean_up_stack()
216 module_clean_up(get_module(OSI_MODULE)); in event_clean_up_stack()
/system/bt/btcore/include/
Dmodule.h59 void module_clean_up(const module_t* module);
/system/bt/stack/btu/
Dbtu_task.cc132 module_clean_up(get_module(BTE_LOGMSG_MODULE)); in btu_task_shut_down()
/system/bt/stack/test/
Dstack_btu_test.cc83 void module_clean_up(module_t const*){}; in module_clean_up() function
/system/bt/btcore/src/
Dmodule.cc119 void module_clean_up(const module_t* module) { in module_clean_up() function