Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Dscheduler_fifo.cc62 auto& channel_id_and_number_packets = next_to_dequeue_and_num_packets.front(); in RemoveChannel() local
63 if (channel_id_and_number_packets.second != cid) { in RemoveChannel()
64 next_to_dequeue_and_num_packets.push(channel_id_and_number_packets); in RemoveChannel()
76 auto& channel_id_and_number_packets = next_to_dequeue_and_num_packets.front(); in link_queue_enqueue_callback() local
77 auto channel_id = channel_id_and_number_packets.first; in link_queue_enqueue_callback()
78 channel_id_and_number_packets.second--; in link_queue_enqueue_callback()
79 if (channel_id_and_number_packets.second == 0) { in link_queue_enqueue_callback()