HomeSort by relevance Sort by last modified time
    Searched refs:btu_hci_msg_queue (Results 1 - 5 of 5) sorted by null

  /system/bt/main/
bte_main.c 85 fixed_queue_t *btu_hci_msg_queue; variable
105 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX);
106 if (btu_hci_msg_queue == NULL) {
111 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue);
112 hci->set_data_queue(btu_hci_msg_queue);
133 fixed_queue_free(btu_hci_msg_queue, NULL);
135 btu_hci_msg_queue = NULL;
  /system/bt/stack/btu/
btu_init.c 54 extern fixed_queue_t *btu_hci_msg_queue;
270 fixed_queue_enqueue(btu_hci_msg_queue, p_msg);
btu_task.c 98 extern fixed_queue_t *btu_hci_msg_queue;
293 fixed_queue_register_dequeue(btu_hci_msg_queue,
316 fixed_queue_unregister_dequeue(btu_hci_msg_queue);
btu_hcif.c 50 extern fixed_queue_t *btu_hci_msg_queue;
980 fixed_queue_enqueue(btu_hci_msg_queue, event);
    [all...]
  /system/bt/btif/src/
btif_core.c 133 extern fixed_queue_t *btu_hci_msg_queue;
    [all...]

Completed in 863 milliseconds