Home
last modified time | relevance | path

Searched refs:module_management_start (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btcore_module.cc38 struct module_management_start module_management_start; variable
60 void module_management_start(void) { in module_management_start() function
62 test::mock::btcore_module::module_management_start(); in module_management_start()
Dmock_btcore_module.h70 struct module_management_start { struct
74 extern struct module_management_start module_management_start; argument
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_module_fuzzer.cpp35 module_management_start(); in process()
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/include/
Dmodule.h40 void module_management_start(void);
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/src/
Dmodule.cc50 void module_management_start(void) {} in module_management_start() function
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc240 module_management_start(); in init_stack_internal()