Searched refs:shut_down (Results 1 – 13 of 13) sorted by relevance
/system/bt/main/shim/ |
D | shim.cc | 45 .shut_down = GeneralShutDown, 53 .shut_down = GeneralShutDown,
|
D | controller.cc | 51 static future_t* shut_down(void); 57 .shut_down = shut_down, 91 static future_t* shut_down(void) { in shut_down() function
|
/system/bt/btcore/src/ |
D | osi_module.cc | 42 .shut_down = NULL,
|
D | module.cc | 106 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()
|
/system/bt/btcore/include/ |
D | module.h | 35 module_lifecycle_fn shut_down; member
|
/system/bt/main/ |
D | stack_config.cc | 71 .shut_down = NULL,
|
D | bte_logmsg.cc | 261 .shut_down = NULL,
|
/system/bt/utils/src/ |
D | bt_utils.cc | 80 .shut_down = NULL,
|
/system/bt/hci/src/ |
D | btsnoop.cc | 226 static future_t* shut_down(void) { in shut_down() function 252 .shut_down = shut_down,
|
D | hci_layer.cc | 302 .shut_down = hci_module_shut_down,
|
/system/bt/device/src/ |
D | controller.cc | 285 static future_t* shut_down(void) { in shut_down() function 294 .shut_down = shut_down,
|
D | interop.cc | 112 .shut_down = NULL,
|
/system/bt/btif/src/ |
D | btif_config.cc | 361 static future_t* shut_down(void) { in shut_down() function 389 .shut_down = shut_down,
|