Home
last modified time | relevance | path

Searched refs:hci_outgoing_queue_ (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_host_rootcanal.cc215 std::queue<std::vector<uint8_t>> hci_outgoing_queue_; member in bluetooth::hal::HciHalHost
220 hci_outgoing_queue_.emplace(packet); in write_to_fd()
221 if (hci_outgoing_queue_.size() == 1) { in write_to_fd()
228 if (hci_outgoing_queue_.empty()) return; in send_packet_ready()
229 auto packet_to_send = hci_outgoing_queue_.front(); in send_packet_ready()
231 hci_outgoing_queue_.pop(); in send_packet_ready()
235 if (hci_outgoing_queue_.empty()) { in send_packet_ready()
Dhci_hal_host.cc353 std::queue<std::vector<uint8_t>> hci_outgoing_queue_; member in bluetooth::hal::HciHalHost
359 hci_outgoing_queue_.emplace(packet); in write_to_fd()
360 if (hci_outgoing_queue_.size() == 1) { in write_to_fd()
367 if (hci_outgoing_queue_.empty()) return; in send_packet_ready()
368 auto packet_to_send = hci_outgoing_queue_.front(); in send_packet_ready()
370 hci_outgoing_queue_.pop(); in send_packet_ready()
374 if (hci_outgoing_queue_.empty()) { in send_packet_ready()