Searched refs:cmd_send (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_thread.c | 326 sock_cmd_t* cmd_send = &cmd; in btsock_thread_post_cmd() local 331 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd() 332 if(cmd_send) in btsock_thread_post_cmd() 334 *cmd_send = cmd; in btsock_thread_post_cmd() 335 memcpy(cmd_send + 1, data, size); in btsock_thread_post_cmd() 343 return send(ts[h].cmd_fdw, cmd_send, size_send, 0) == size_send; in btsock_thread_post_cmd()
|
/external/qemu/ |
D | bt-vhci.c | 60 s->info->cmd_send(s->info, pkt, pktlen); in vhci_read()
|
D | bt-host.c | 182 s->hci.cmd_send = bt_host_cmd; in bt_host_hci()
|
D | net.h | 102 void (*cmd_send)(struct HCIInfo *hci, const uint8_t *data, int len); member
|
D | vl.c | 525 .cmd_send = null_hci_send,
|
D | vl-android.c | 721 .cmd_send = null_hci_send,
|
/external/qemu/hw/ |
D | bt-hci-csr.c | 202 s->hci->cmd_send(s->hci, pkt, s->in_len - 1); in csrhci_in_packet()
|
D | bt-hci.c | 2173 s->info.cmd_send = bt_submit_hci; in bt_new_hci()
|