Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dsender_test.cc68 channel_queue_.GetUpEnd()->UnregisterEnqueue(); in enqueue_callback()
78 …EXPECT_CALL(*mock_channel_, GetQueueDownEnd()).WillRepeatedly(Return(channel_queue_.GetDownEnd())); in SetUp()
96 common::BidiQueue<Sender::UpperEnqueue, Sender::UpperDequeue> channel_queue_{10}; member in bluetooth::l2cap::internal::__anonce8c4ac90111::L2capSenderTest
108 channel_queue_.GetUpEnd()->RegisterEnqueue( in TEST_F()
Ddynamic_channel_impl.h52 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
56 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
93 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl.h74 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
78 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
108 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl.h87 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
91 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
115 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{