Searched refs:GetHandle (Results 1 – 13 of 13) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_builder_test.cc | 80 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()
|
D | acl_manager.cc | 124 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()
|
D | acl_manager_test.cc | 586 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/ |
D | acl_connection.h | 34 uint16_t GetHandle() const { return handle_; } in GetHandle() function
|
D | round_robin_scheduler_test.cc | 142 ASSERT_EQ(handle, acl_packet_view.GetHandle()); in VerifyPacket()
|
/packages/modules/Bluetooth/tools/rootcanal/lib/hci/ |
D | pcap_filter.cc | 137 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/ |
D | acl_connection_handler.h | 90 uint16_t GetHandle(bluetooth::hci::AddressWithType addr) const;
|
D | acl_connection_handler.cc | 183 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in rootcanal::AclConnectionHandler
|
D | dual_mode_controller.cc | 125 uint16_t handle = acl_packet.GetHandle(); in HandleAcl() 149 uint16_t handle = sco_packet.GetHandle(); in HandleSco()
|
D | link_layer_controller.cc | 2119 uint16_t handle = acl_packet.GetHandle(); in SendAclToRemote() 2152 uint16_t handle = sco_packet.GetHandle(); in SendScoToRemote()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 391 ASSERT_EQ(123, connection->GetHandle()); in SetUp() 462 ASSERT_EQ(123, connection->GetHandle()); in TEST_F()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 497 : 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/ |
D | btm_sco.cc | 372 uint16_t handle = valid_packet.GetHandle(); in btm_route_sco_data()
|