Searched refs:get_module (Results 1 - 6 of 6) sorted by relevance

/system/bt/main/
H A Dbte_main.c102 module_init(get_module(INTEROP_MODULE));
117 module_init(get_module(STACK_CONFIG_MODULE));
137 module_clean_up(get_module(STACK_CONFIG_MODULE));
139 module_clean_up(get_module(INTEROP_MODULE));
156 module_start_up(get_module(BTSNOOP_MODULE));
157 module_start_up(get_module(HCI_MODULE));
176 module_shut_down(get_module(HCI_MODULE));
177 module_shut_down(get_module(BTSNOOP_MODULE));
/system/bt/btif/src/
H A Dstack_manager.c110 module_init(get_module(OSI_MODULE));
111 module_init(get_module(BT_UTILS_MODULE));
112 module_init(get_module(BTIF_CONFIG_MODULE));
147 module_start_up(get_module(BTIF_CONFIG_MODULE));
175 module_shut_down(get_module(BTIF_CONFIG_MODULE));
178 module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just puts it in a restartable state
206 module_clean_up(get_module(BTIF_CONFIG_MODULE));
207 module_clean_up(get_module(BT_UTILS_MODULE));
208 module_clean_up(get_module(OSI_MODULE));
/system/bt/btcore/include/
H A Dmodule.h42 const module_t *get_module(const char *name);
/system/bt/stack/btu/
H A Dbtu_task.c189 module_init(get_module(BTE_LOGMSG_MODULE));
214 module_clean_up(get_module(BTE_LOGMSG_MODULE));
/system/bt/btcore/src/
H A Dmodule.c70 const module_t *get_module(const char *name) { function
/system/bt/stack/btm/
H A Dbtm_devctl.c223 get_module(CONTROLLER_MODULE),

Completed in 202 milliseconds