Home
last modified time | relevance | path

Searched refs:btu_hci_msg_queue (Results 1 – 5 of 5) sorted by relevance

/system/bt/main/
Dbte_main.c89 fixed_queue_t *btu_hci_msg_queue; variable
108 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX); in bte_main_boot_entry()
109 if (btu_hci_msg_queue == NULL) { in bte_main_boot_entry()
114 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue); in bte_main_boot_entry()
115 hci->set_data_queue(btu_hci_msg_queue); in bte_main_boot_entry()
133 fixed_queue_free(btu_hci_msg_queue, NULL); in bte_main_cleanup()
135 btu_hci_msg_queue = NULL; in bte_main_cleanup()
/system/bt/stack/btu/
Dbtu_task.c95 extern fixed_queue_t *btu_hci_msg_queue;
200 fixed_queue_register_dequeue(btu_hci_msg_queue, in btu_task_start_up()
210 fixed_queue_unregister_dequeue(btu_hci_msg_queue); in btu_task_shut_down()
Dbtu_init.c57 extern fixed_queue_t *btu_hci_msg_queue;
Dbtu_hcif.c50 extern fixed_queue_t *btu_hci_msg_queue;
933 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_complete_evt()
1131 fixed_queue_enqueue(btu_hci_msg_queue, event); in btu_hcif_command_status_evt()
/system/bt/btif/src/
Dbtif_core.c141 extern fixed_queue_t *btu_hci_msg_queue;