Loading system/btif/src/stack_manager.cc +0 −3 Original line number Diff line number Diff line Loading @@ -179,7 +179,6 @@ const struct module_lookup module_table[] = { {CONTROLLER_MODULE, &controller_module}, {GD_IDLE_MODULE, &gd_idle_module}, {GD_SHIM_MODULE, &gd_shim_module}, {HCI_MODULE, &hci_module}, {INTEROP_MODULE, &interop_module}, {OSI_MODULE, &osi_module}, {STACK_CONFIG_MODULE, &stack_config_module}, Loading Loading @@ -266,7 +265,6 @@ static void event_start_up_stack(UNUSED_ATTR void* context) { } else { module_start_up(get_local_module(BTIF_CONFIG_MODULE)); module_start_up(get_local_module(BTSNOOP_MODULE)); module_start_up(get_local_module(HCI_MODULE)); } get_btm_client_interface().lifecycle.btm_init(); Loading Loading @@ -370,7 +368,6 @@ static void event_shut_down_stack(UNUSED_ATTR void* context) { module_shut_down(get_local_module(GD_SHIM_MODULE)); module_start_up(get_local_module(GD_IDLE_MODULE)); } else { module_shut_down(get_local_module(HCI_MODULE)); module_shut_down(get_local_module(BTSNOOP_MODULE)); } Loading system/device/src/controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ EXPORT_SYMBOL extern const module_t controller_module = { .start_up = start_up, .shut_down = shut_down, .clean_up = NULL, .dependencies = {HCI_MODULE, NULL}}; .dependencies = {NULL}}; // Interface functions Loading system/hci/include/hci_layer.h +0 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,6 @@ #include "osi/include/osi.h" // INVALID_FD #include "stack/include/bt_types.h" static const char HCI_MODULE[] = "hci_module"; ///// LEGACY DEFINITIONS ///// /* Message event mask across Host/Controller lib and stack */ Loading Loading
system/btif/src/stack_manager.cc +0 −3 Original line number Diff line number Diff line Loading @@ -179,7 +179,6 @@ const struct module_lookup module_table[] = { {CONTROLLER_MODULE, &controller_module}, {GD_IDLE_MODULE, &gd_idle_module}, {GD_SHIM_MODULE, &gd_shim_module}, {HCI_MODULE, &hci_module}, {INTEROP_MODULE, &interop_module}, {OSI_MODULE, &osi_module}, {STACK_CONFIG_MODULE, &stack_config_module}, Loading Loading @@ -266,7 +265,6 @@ static void event_start_up_stack(UNUSED_ATTR void* context) { } else { module_start_up(get_local_module(BTIF_CONFIG_MODULE)); module_start_up(get_local_module(BTSNOOP_MODULE)); module_start_up(get_local_module(HCI_MODULE)); } get_btm_client_interface().lifecycle.btm_init(); Loading Loading @@ -370,7 +368,6 @@ static void event_shut_down_stack(UNUSED_ATTR void* context) { module_shut_down(get_local_module(GD_SHIM_MODULE)); module_start_up(get_local_module(GD_IDLE_MODULE)); } else { module_shut_down(get_local_module(HCI_MODULE)); module_shut_down(get_local_module(BTSNOOP_MODULE)); } Loading
system/device/src/controller.cc +1 −1 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ EXPORT_SYMBOL extern const module_t controller_module = { .start_up = start_up, .shut_down = shut_down, .clean_up = NULL, .dependencies = {HCI_MODULE, NULL}}; .dependencies = {NULL}}; // Interface functions Loading
system/hci/include/hci_layer.h +0 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,6 @@ #include "osi/include/osi.h" // INVALID_FD #include "stack/include/bt_types.h" static const char HCI_MODULE[] = "hci_module"; ///// LEGACY DEFINITIONS ///// /* Message event mask across Host/Controller lib and stack */ Loading