Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc175 {BTIF_CONFIG_MODULE, &btif_config_module},
222 module_init(get_local_module(BTIF_CONFIG_MODULE)); in event_init_stack()
264 module_start_up(get_local_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()
266 module_start_up(get_local_module(BTIF_CONFIG_MODULE)); in event_start_up_stack()
353 module_shut_down(get_local_module(BTIF_CONFIG_MODULE)); in event_shut_down_stack()
412 module_clean_up(get_local_module(BTIF_CONFIG_MODULE)); in event_clean_up_stack()
H A Dbtif_config.cc384 EXPORT_SYMBOL module_t btif_config_module = {.name = BTIF_CONFIG_MODULE,
/aosp12/system/bt/btif/include/
H A Dbtif_config.h31 static const char BTIF_CONFIG_MODULE[] = "btif_config_module"; variable