Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dstack_manager.cc183 {OSI_MODULE, &osi_module},
217 module_init(get_local_module(OSI_MODULE)); in event_init_stack()
414 module_clean_up(get_local_module(OSI_MODULE)); in event_clean_up_stack()
/aosp12/system/bt/btcore/include/
H A Dosi_module.h21 static const char OSI_MODULE[] = "osi_module"; variable
/aosp12/system/bt/btcore/src/
H A Dosi_module.cc39 EXPORT_SYMBOL extern const module_t osi_module = {.name = OSI_MODULE,