Home
last modified time | relevance | path

Searched refs:BTIF_CONFIG_MODULE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc206 {BTIF_CONFIG_MODULE, &btif_config_module},
240 module_init(get_local_module(BTIF_CONFIG_MODULE)); in init_stack_internal()
291 module_start_up(get_local_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()
370 module_shut_down(get_local_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()
430 module_clean_up(get_local_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()
Dbtif_config.cc168 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE,
/packages/modules/Bluetooth/system/btif/include/
Dbtif_config.h32 static const char BTIF_CONFIG_MODULE[] = "btif_config_module"; variable