Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl.h50 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
54 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
91 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{
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::__anoncea1feda0111::L2capSenderTest
108 channel_queue_.GetUpEnd()->RegisterEnqueue( in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl.h63 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
67 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
97 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.h71 return channel_queue_.GetUpEnd(); in GetQueueUpEnd()
75 return channel_queue_.GetDownEnd(); in GetQueueDownEnd()
99 …on::BidiQueue<packet::PacketView<packet::kLittleEndian>, packet::BasePacketBuilder> channel_queue_{