Searched refs:module_t (Results 1 – 15 of 15) sorted by relevance
38 } module_t; typedef46 const module_t* get_module(const char* name);50 bool module_init(const module_t* module);53 bool module_start_up(const module_t* module);56 void module_shut_down(const module_t* module);59 void module_clean_up(const module_t* module);
43 static std::unordered_map<const module_t*, module_state_t> metadata;49 static module_state_t get_module_state(const module_t* module);50 static void set_module_state(const module_t* module, module_state_t state);56 const module_t* get_module(const char* name) { in get_module()57 module_t* module = (module_t*)dlsym(RTLD_DEFAULT, name); in get_module()62 bool module_init(const module_t* module) { in module_init()75 bool module_start_up(const module_t* module) { in module_start_up()96 void module_shut_down(const module_t* module) { in module_shut_down()114 void module_clean_up(const module_t* module) { in module_clean_up()145 static module_state_t get_module_state(const module_t* module) { in get_module_state()[all …]
39 EXPORT_SYMBOL extern const module_t osi_module = {.name = OSI_MODULE,
42 bool module_init(const module_t* module) { in module_init()46 bool module_start_up(const module_t* module) { in module_start_up()50 const module_t* get_module(const char* name) { in get_module()55 void module_clean_up(const module_t* module) { in module_clean_up()59 void module_shut_down(const module_t* module) { in module_shut_down()
145 extern const module_t bt_utils_module;146 extern const module_t bte_logmsg_module;147 extern const module_t btif_config_module;148 extern const module_t btsnoop_module;149 extern const module_t bt_utils_module;150 extern const module_t controller_module;151 extern const module_t gd_idle_module;152 extern const module_t gd_shim_module;153 extern const module_t hci_module;154 extern const module_t interop_module;[all …]
384 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE,
41 EXPORT_SYMBOL extern const module_t gd_idle_module = {49 EXPORT_SYMBOL extern const module_t gd_shim_module = {
52 EXPORT_SYMBOL extern const module_t gd_controller_module = {
67 EXPORT_SYMBOL extern const module_t stack_config_module = {
266 EXPORT_SYMBOL extern const module_t bte_logmsg_module = {
77 EXPORT_SYMBOL extern const module_t bt_utils_module = {.name = BT_UTILS_MODULE,
108 EXPORT_SYMBOL module_t interop_module = {
324 EXPORT_SYMBOL extern const module_t controller_module = {
248 EXPORT_SYMBOL extern const module_t btsnoop_module = {
300 EXPORT_SYMBOL extern const module_t hci_module = {