HomeSort by relevance Sort by last modified time
    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 183 module_shut_down(get_module(HCI_MODULE));
184 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 209 milliseconds