Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dscheduler_fifo.cc64 auto& channel_id_and_number_packets = next_to_dequeue_and_num_packets.front(); in RemoveChannel() local
65 if (channel_id_and_number_packets.second != cid) { in RemoveChannel()
66 next_to_dequeue_and_num_packets.push(channel_id_and_number_packets); in RemoveChannel()
80 auto& channel_id_and_number_packets = next_to_dequeue_and_num_packets.front(); in link_queue_enqueue_callback() local
81 auto channel_id = channel_id_and_number_packets.first; in link_queue_enqueue_callback()
82 channel_id_and_number_packets.second--; in link_queue_enqueue_callback()
83 if (channel_id_and_number_packets.second == 0) { in link_queue_enqueue_callback()