Home
last modified time | relevance | path

Searched refs:module_t (Results 1 – 12 of 12) sorted by relevance

/system/bt/btcore/include/
Dmodule.h38 } module_t; typedef
46 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,
/system/bt/btcore/src/
Dmodule.cc42 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 …]
Dosi_module.cc39 EXPORT_SYMBOL extern const module_t osi_module = {.name = OSI_MODULE,
/system/bt/stack/test/
Dstack_btu_test.cc81 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()
/system/bt/utils/src/
Dbt_utils.cc77 EXPORT_SYMBOL extern const module_t bt_utils_module = {.name = BT_UTILS_MODULE,
/system/bt/main/
Dstack_config.cc67 EXPORT_SYMBOL extern const module_t stack_config_module = {
Dbte_logmsg.cc252 EXPORT_SYMBOL extern const module_t bte_logmsg_module = {
/system/bt/device/src/
Dinterop.cc107 EXPORT_SYMBOL module_t interop_module = {
Dcontroller.cc287 EXPORT_SYMBOL extern const module_t controller_module = {
/system/bt/hci/src/
Dbtsnoop.cc246 EXPORT_SYMBOL extern const module_t btsnoop_module = {
Dhci_layer.cc275 EXPORT_SYMBOL extern const module_t hci_module = {
/system/bt/btif/src/
Dbtif_config.cc312 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE,