HomeSort by relevance Sort by last modified time
    Searched full:module_shut_down (Results 1 - 5 of 5) sorted by null

  /system/bt/btcore/include/
module.h 52 void module_shut_down(const module_t *module);
  /system/bt/btif/src/
stack_manager.c 156 module_shut_down(get_module(BTIF_CONFIG_MODULE));
159 module_shut_down(get_module(CONTROLLER_MODULE)); // Doesn't do any work, just puts it in a restartable state
  /system/bt/main/
bte_main.c 177 module_shut_down(get_module(HCI_MODULE));
178 module_shut_down(get_module(BTSNOOP_MODULE));
  /system/bt/btcore/src/
module.c 107 void module_shut_down(const module_t *module) { function
  /system/bt/hci/test/
hci_layer_test.cpp 579 module_shut_down(&hci_module);

Completed in 69 milliseconds