Home
last modified time | relevance | path

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

/system/bt/btcore/include/
Dmodule.h35 } module_t; typedef
42 const module_t *get_module(const char *name);
46 bool module_init(const module_t *module);
49 bool module_start_up(const module_t *module);
52 void module_shut_down(const module_t *module);
55 void module_clean_up(const module_t *module);
64 const module_t *module,
/system/bt/btcore/src/
Dmodule.c45 static module_state_t get_module_state(const module_t *module);
46 static void set_module_state(const module_t *module, module_state_t state);
70 const module_t *get_module(const char *name) { in get_module()
71 module_t* module = (module_t *)dlsym(RTLD_DEFAULT, name); in get_module()
76 bool module_init(const module_t *module) { in module_init()
90 bool module_start_up(const module_t *module) { in module_start_up()
107 void module_shut_down(const module_t *module) { in module_shut_down()
123 void module_clean_up(const module_t *module) { in module_clean_up()
154 static module_state_t get_module_state(const module_t *module) { in get_module_state()
162 static void set_module_state(const module_t *module, module_state_t state) { in set_module_state()
[all …]
Dosi_module.c33 const module_t osi_module = {
Dcounter.c145 module_t counter_module = {
/system/bt/profile/src/
Dmanager.c60 const module_t profile_manager_module = {
/system/bt/main/
Dstack_config.c56 const module_t stack_config_module = {
Dbte_logmsg.c252 const module_t bte_logmsg_module = {
/system/bt/gki/ulinux/
Dgki_ulinux.c54 const module_t gki_module = {
/system/bt/device/test/classic/
Dpeer_test.cpp28 extern const module_t classic_peer_module;
/system/bt/btcore/test/
Dcounter_test.cpp26 extern module_t counter_module;
/system/bt/device/src/classic/
Dpeer.c71 const module_t classic_peer_module = {
/system/bt/utils/src/
Dbt_utils.c76 const module_t bt_utils_module = {
/system/bt/hci/src/
Dbtsnoop.c83 const module_t btsnoop_module = {
Dhci_layer.c320 const module_t hci_module = {
/system/bt/device/src/
Dcontroller.c253 const module_t controller_module = {
/system/bt/btif/src/
Dbtif_config.c146 const module_t btif_config_module = {
/system/bt/hci/test/
Dhci_layer_test.cpp42 extern const module_t hci_module;