Home
last modified time | relevance | path

Searched refs:osi_module (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_module_fuzzer.cpp21 extern const module_t osi_module;
38 module_init(&osi_module); in process()
39 (void)module_start_up(&osi_module); in process()
40 (void)get_module(osi_module.name); in process()
41 module_shut_down(&osi_module); in process()
42 module_clean_up(&osi_module); in process()
/packages/modules/Bluetooth/system/btcore/src/
Dosi_module.cc40 EXPORT_SYMBOL extern const module_t osi_module = {.name = OSI_MODULE,
/packages/modules/Bluetooth/system/btif/src/
Dstack_manager.cc199 extern const module_t osi_module;
213 {OSI_MODULE, &osi_module},
/packages/modules/Bluetooth/system/btcore/
DBUILD.gn22 "src/osi_module.cc",
DAndroid.bp22 "src/osi_module.cc",
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hh_test.cc44 module_t osi_module; variable
Dbtif_core_test.cc113 module_t osi_module; variable