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.cc 88 fixed_queue_t* btu_hci_msg_queue; variable
108 btu_hci_msg_queue = fixed_queue_new(SIZE_MAX);
109 if (btu_hci_msg_queue == NULL) {
114 data_dispatcher_register_default(hci->event_dispatcher, btu_hci_msg_queue);
115 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_task.cc 87 extern fixed_queue_t* btu_hci_msg_queue;
180 fixed_queue_register_dequeue(btu_hci_msg_queue,
189 fixed_queue_unregister_dequeue(btu_hci_msg_queue);
btu_init.cc 48 extern fixed_queue_t* btu_hci_msg_queue;
btu_hcif.cc 53 extern fixed_queue_t* btu_hci_msg_queue;
436 fixed_queue_enqueue(btu_hci_msg_queue, event);
479 fixed_queue_enqueue(btu_hci_msg_queue, event);
    [all...]
  /system/bt/btif/src/
btif_core.cc 144 extern fixed_queue_t* btu_hci_msg_queue;
    [all...]

Completed in 313 milliseconds