Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Dscheduler_fifo.cc46 next_to_dequeue_and_num_packets.push(std::make_pair(cid, number_packets)); in OnPacketsReady()
52 ASSERT(!next_to_dequeue_and_num_packets.empty()); in link_queue_enqueue_callback()
53 auto& channel_id_and_number_packets = next_to_dequeue_and_num_packets.front(); in link_queue_enqueue_callback()
57 next_to_dequeue_and_num_packets.pop(); in link_queue_enqueue_callback()
62 if (next_to_dequeue_and_num_packets.empty() && link_queue_enqueue_registered_.exchange(false)) { in link_queue_enqueue_callback()
Dscheduler_fifo.h47 std::queue<std::pair<Cid, int>> next_to_dequeue_and_num_packets; variable