Searched refs:module_t (Results 1 – 12 of 12) 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);68 const module_t* module,
42 static std::unordered_map<const module_t*, module_state_t> metadata;48 static module_state_t get_module_state(const module_t* module);49 static void set_module_state(const module_t* module, module_state_t state);57 const module_t* get_module(const char* name) { in get_module()58 module_t* module = (module_t*)dlsym(RTLD_DEFAULT, name); in get_module()63 bool module_init(const module_t* module) { in module_init()77 bool module_start_up(const module_t* module) { in module_start_up()99 void module_shut_down(const module_t* module) { in module_shut_down()119 void module_clean_up(const module_t* module) { in module_clean_up()151 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,
81 const module_t* get_module(const char*) { return nullptr; }; in get_module()82 bool module_init(module_t const*) { return true; }; in module_init()83 void module_clean_up(module_t const*){}; in module_clean_up()
77 EXPORT_SYMBOL extern const module_t bt_utils_module = {.name = BT_UTILS_MODULE,
67 EXPORT_SYMBOL extern const module_t stack_config_module = {
252 EXPORT_SYMBOL extern const module_t bte_logmsg_module = {
107 EXPORT_SYMBOL module_t interop_module = {
287 EXPORT_SYMBOL extern const module_t controller_module = {
246 EXPORT_SYMBOL extern const module_t btsnoop_module = {
275 EXPORT_SYMBOL extern const module_t hci_module = {
312 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE,