OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:module_shut_down
(Results
1 - 4
of
4
) sorted by null
/system/bt/btcore/include/
module.h
55
void
module_shut_down
(const module_t* module);
/system/bt/main/
bte_main.cc
174
module_shut_down
(get_module(HCI_MODULE));
175
module_shut_down
(get_module(BTSNOOP_MODULE));
/system/bt/btif/src/
stack_manager.cc
173
module_shut_down
(get_module(BTIF_CONFIG_MODULE));
176
module_shut_down
(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just
/system/bt/btcore/src/
module.cc
96
void
module_shut_down
(const module_t* module) {
function
Completed in 211 milliseconds