Searched refs:get_module (Results 1 – 7 of 7) sorted by relevance
106 module_init(get_module(INTEROP_MODULE)); in bte_main_boot_entry()116 module_init(get_module(STACK_CONFIG_MODULE)); in bte_main_boot_entry()129 module_clean_up(get_module(STACK_CONFIG_MODULE)); in bte_main_cleanup()131 module_clean_up(get_module(INTEROP_MODULE)); in bte_main_cleanup()149 module_shut_down(get_module(GD_IDLE_MODULE)); in bte_main_enable()150 module_start_up(get_module(GD_SHIM_MODULE)); in bte_main_enable()151 module_start_up(get_module(BTIF_CONFIG_MODULE)); in bte_main_enable()153 module_start_up(get_module(BTIF_CONFIG_MODULE)); in bte_main_enable()154 module_start_up(get_module(BTSNOOP_MODULE)); in bte_main_enable()155 module_start_up(get_module(HCI_MODULE)); in bte_main_enable()[all …]
114 module_init(get_module(OSI_MODULE)); in event_init_stack()115 module_init(get_module(BT_UTILS_MODULE)); in event_init_stack()117 module_start_up(get_module(GD_IDLE_MODULE)); in event_init_stack()119 module_init(get_module(BTIF_CONFIG_MODULE)); in event_init_stack()181 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()215 module_clean_up(get_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()216 module_clean_up(get_module(BT_UTILS_MODULE)); in event_clean_up_stack()217 module_clean_up(get_module(OSI_MODULE)); in event_clean_up_stack()218 module_shut_down(get_module(GD_IDLE_MODULE)); in event_clean_up_stack()
129 module_init(get_module(BTE_LOGMSG_MODULE)); in btu_task_start_up()148 module_clean_up(get_module(BTE_LOGMSG_MODULE)); in btu_task_shut_down()
46 const module_t* get_module(const char* name);
81 const module_t* get_module(const char*) { return nullptr; }; in get_module() function
57 const module_t* get_module(const char* name) { in get_module() function
237 module_start_up_callbacked_wrapper(get_module(GD_CONTROLLER_MODULE), in BTM_DeviceReset()240 module_start_up_callbacked_wrapper(get_module(CONTROLLER_MODULE), in BTM_DeviceReset()