Home
last modified time | relevance | path

Searched refs:module_start_up (Results 1 – 5 of 5) sorted by relevance

/system/bt/main/
Dbte_main.c157 module_start_up(get_module(BTSNOOP_MODULE)); in bte_main_enable()
158 module_start_up(get_module(HCI_MODULE)); in bte_main_enable()
/system/bt/btcore/include/
Dmodule.h49 bool module_start_up(const module_t *module);
/system/bt/btcore/src/
Dmodule.c90 bool module_start_up(const module_t *module) { in module_start_up() function
209 wrapper->success = module_start_up(wrapper->module); in run_wrapped_start_up()
/system/bt/btif/src/
Dstack_manager.c130 module_start_up(get_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()
/system/bt/hci/test/
Dhci_layer_test.cpp567 EXPECT_TRUE(module_start_up(&hci_module));