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 | 50 static future_t* shut_down(void); 56 .shut_down = shut_down, 112 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 | 105 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()
|
/system/bt/btcore/include/ |
D | module.h | 35 module_lifecycle_fn shut_down{nullptr};
|
/system/bt/main/ |
D | stack_config.cc | 71 .shut_down = NULL,
|
D | bte_logmsg.cc | 270 .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 | 304 .shut_down = hci_module_shut_down,
|
/system/bt/device/src/ |
D | interop.cc | 112 .shut_down = NULL,
|
D | controller.cc | 319 static future_t* shut_down(void) { in shut_down() function 328 .shut_down = shut_down,
|
/system/bt/btif/src/ |
D | btif_config.cc | 359 static future_t* shut_down(void) { in shut_down() function 387 .shut_down = shut_down,
|