OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_hci_send
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
vl-android.c
707
static void
null_hci_send
(struct HCIInfo *hci, const uint8_t *data, int len)
function
717
.cmd_send =
null_hci_send
,
718
.sco_send =
null_hci_send
,
719
.acl_send =
null_hci_send
,
[
all
...]
vl.c
515
static void
null_hci_send
(struct HCIInfo *hci, const uint8_t *data, int len)
function
525
.cmd_send =
null_hci_send
,
526
.sco_send =
null_hci_send
,
527
.acl_send =
null_hci_send
,
[
all
...]
Completed in 737 milliseconds