Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc177 {BT_UTILS_MODULE, &bt_utils_module},
218 module_init(get_local_module(BT_UTILS_MODULE)); in event_init_stack()
413 module_clean_up(get_local_module(BT_UTILS_MODULE)); in event_clean_up_stack()
/aosp12/system/bt/utils/include/
H A Dbt_utils.h22 static const char BT_UTILS_MODULE[] = "bt_utils_module"; variable
/aosp12/system/bt/utils/src/
H A Dbt_utils.cc77 EXPORT_SYMBOL extern const module_t bt_utils_module = {.name = BT_UTILS_MODULE,