Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_btcore_module.cc54 void module_management_start(void) { mock_function_count_map[__func__]++; } in module_management_start() function
/aosp12/system/bt/btcore/include/
H A Dmodule.h42 void module_management_start(void);
/aosp12/system/bt/btcore/src/
H A Dmodule.cc52 void module_management_start(void) {} in module_management_start() function
/aosp12/system/bt/btif/src/
H A Dstack_manager.cc215 module_management_start(); in event_init_stack()