Searched refs:shut_down (Results 1 – 14 of 14) sorted by relevance
/system/bt/hci/src/ |
D | btsnoop.c | 77 static future_t *shut_down(void) { in shut_down() function 88 .shut_down = shut_down,
|
D | hci_layer.c | 141 static future_t *shut_down(); 277 shut_down(); // returns NULL so no need to wait for it in start_up() 281 static future_t *shut_down() { in shut_down() function 335 .shut_down = shut_down,
|
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 47 shut_down, 188 DURING(shut_down) AT_CALL(0) return; 281 DURING(shut_down) AT_CALL(0) return; 337 DURING(shut_down) AT_CALL(0) return; 377 DURING(shut_down) AT_CALL(0) return; 425 DURING(shut_down) AT_CALL(0) { 448 DURING(shut_down) AT_CALL(0) { 583 reset_for(shut_down);
|
/system/bt/btcore/src/ |
D | osi_module.c | 46 .shut_down = NULL,
|
D | module.c | 124 if (!call_lifecycle_function(module->shut_down)) { in module_shut_down()
|
/system/bt/btcore/include/ |
D | module.h | 32 module_lifecycle_fn shut_down; member
|
/system/bt/profile/src/ |
D | manager.c | 64 .shut_down = NULL,
|
/system/bt/device/src/ |
D | controller.c | 259 static future_t *shut_down(void) { in shut_down() function 268 .shut_down = shut_down,
|
D | interop.c | 103 .shut_down = NULL,
|
/system/bt/device/src/classic/ |
D | peer.c | 76 .shut_down = NULL,
|
/system/bt/main/ |
D | stack_config.c | 72 .shut_down = NULL,
|
D | bte_logmsg.c | 248 .shut_down = NULL,
|
/system/bt/utils/src/ |
D | bt_utils.c | 82 .shut_down = NULL,
|
/system/bt/btif/src/ |
D | btif_config.c | 230 static future_t *shut_down(void) { in shut_down() function 250 .shut_down = shut_down,
|