Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dacl_builder_test.cc80 ASSERT_EQ(handle, count_packet_view.GetHandle()); in TEST()
113 ASSERT_EQ(handle, counting_down_bytes_packet_view.GetHandle()); in TEST()
151 ASSERT_EQ(handle, packet_view.GetHandle()); in TEST()
Dacl_manager.cc124 auto handle = itr.GetHandle(); in retry_unknown_acl()
136 itr.GetHandle()); in retry_unknown_acl()
162 uint16_t handle = packet->GetHandle(); in dequeue_and_route_acl_packet_to_connection()
182 packet->GetHandle()); in dequeue_and_route_acl_packet_to_connection()
Dacl_manager_test.cc586 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
613 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
642 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
653 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dacl_connection.h34 uint16_t GetHandle() const { return handle_; } in GetHandle() function
Dround_robin_scheduler_test.cc142 ASSERT_EQ(handle, acl_packet_view.GetHandle()); in VerifyPacket()
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc137 return AclBuilder::Create(acl.GetHandle(), acl.GetPacketBoundaryFlag(), acl.GetBroadcastFlag(), in FilterHciAcl()
147 return ScoBuilder::Create(sco.GetHandle(), sco.GetPacketStatusFlag(), data)->SerializeToBytes(); in FilterHciSco()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.h90 uint16_t GetHandle(bluetooth::hci::AddressWithType addr) const;
Dacl_connection_handler.cc183 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in rootcanal::AclConnectionHandler
Ddual_mode_controller.cc125 uint16_t handle = acl_packet.GetHandle(); in HandleAcl()
149 uint16_t handle = sco_packet.GetHandle(); in HandleSco()
Dlink_layer_controller.cc2119 uint16_t handle = acl_packet.GetHandle(); in SendAclToRemote()
2152 uint16_t handle = sco_packet.GetHandle(); in SendScoToRemote()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc391 ASSERT_EQ(123, connection->GetHandle()); in SetUp()
462 ASSERT_EQ(123, connection->GetHandle()); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc497 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection()
703 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection()
1410 auto handle = connection->GetHandle(); in OnConnectSuccess()
1466 auto handle = connection->GetHandle(); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc372 uint16_t handle = valid_packet.GetHandle(); in btm_route_sco_data()