Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/internal/
Dlink.cc299 remaining_packets_to_be_sent_++; in OnPendingPacketChange()
301 remaining_packets_to_be_sent_--; in OnPendingPacketChange()
303 link_manager_->OnPendingPacketChange(GetDevice(), remaining_packets_to_be_sent_); in OnPendingPacketChange()
Dlink.h172 std::atomic_int remaining_packets_to_be_sent_ = 0; variable
/system/bt/gd/l2cap/classic/internal/
Dlink.cc462 remaining_packets_to_be_sent_++; in OnPendingPacketChange()
464 remaining_packets_to_be_sent_--; in OnPendingPacketChange()
467 link_manager_->OnPendingPacketChange(GetDevice().GetAddress(), remaining_packets_to_be_sent_); in OnPendingPacketChange()
Dlink.h236 std::atomic_int remaining_packets_to_be_sent_ = 0; variable