/system/bt/gd/l2cap/le/ |
D | link_options.cc | 36 uint16_t LinkOptions::GetHandle() const { in GetHandle() function in bluetooth::l2cap::le::LinkOptions 37 return acl_connection_->GetHandle(); in GetHandle()
|
D | link_options.h | 48 uint16_t GetHandle() const;
|
/system/iorap/src/perfetto/ |
D | rx_producer.cc | 133 PerfettoConsumer::Handle GetHandle() const { in GetHandle() function 168 Handle GetHandle() const { in GetHandle() function 171 return perfetto_consumer_and_handle->GetHandle(); in GetHandle() 181 << state_change.GetHandle() << "," in operator <<() 339 DCHECK_EQ(handle_ptr->GetHandle(), handle); in OnStateChanged() 795 state_change.GetConsumer()->Destroy(state_change.GetHandle()); in CreatePerfettoStream() 803 state_change.GetConsumer()->StartTracing(state_change.GetHandle()); in CreatePerfettoStream() 809 state_change.GetConsumer()->ReadTrace(state_change.GetHandle()); in CreatePerfettoStream() 889 state_change.GetConsumer()->StartTracing(state_change.GetHandle()); in CollectPerfettoTraceBufferImmediately() 897 state_change.GetConsumer()->ReadTrace(state_change.GetHandle()); in CollectPerfettoTraceBufferImmediately()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | connected_isochronous_stream.h | 46 uint16_t GetHandle() const { return config_.handle; } in GetHandle() function
|
D | connected_isochronous_group.h | 64 if (stream.GetHandle() == handle) { in GetStreamParameters()
|
D | acl_connection_handler.h | 55 uint16_t GetHandle(bluetooth::hci::AddressWithType addr) const;
|
D | acl_connection_handler.cc | 137 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in test_vendor_lib::AclConnectionHandler
|
D | link_layer_controller.cc | 144 uint16_t handle = acl_packet.GetHandle(); in SendAclToRemote() 171 static_cast<uint16_t>(acl_packet.GetHandle()) + in SendAclToRemote() 383 LOG_INFO("Remote handle 0x%x size %d", acl_view.GetHandle(), in IncomingAclPacket() 751 uint16_t handle = connections_.GetHandle(AddressWithType( in IncomingIoCapabilityRequestPacket() 866 uint16_t cis_handle = iso.GetHandle(); in IncomingIsoPacket() 1476 auto handle = connections_.GetHandle(AddressWithType( in IncomingPinRequestPacket() 1532 auto handle = connections_.GetHandle(AddressWithType( in IncomingPinResponsePacket()
|
D | dual_mode_controller.cc | 330 uint16_t handle = acl_packet.GetHandle(); in HandleAcl() 349 uint16_t handle = sco_packet.GetHandle(); in HandleSco()
|
/system/bt/gd/hci/ |
D | acl_builder_test.cc | 80 ASSERT_EQ(handle, count_packet_view.GetHandle()); in TEST() 112 ASSERT_EQ(handle, counting_down_bytes_packet_view.GetHandle()); in TEST() 150 ASSERT_EQ(handle, packet_view.GetHandle()); in TEST()
|
D | acl_manager.cc | 93 uint16_t handle = packet->GetHandle(); in dequeue_and_route_acl_packet_to_connection()
|
D | acl_manager_test.cc | 832 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F() 859 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F() 886 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F() 896 ASSERT_EQ(connection_->GetHandle(), handle_); in TEST_F()
|
/system/bt/gd/hci/acl_manager/ |
D | acl_connection.h | 33 uint16_t GetHandle() const { in GetHandle() function
|
D | round_robin_scheduler_test.cc | 146 ASSERT_EQ(handle, acl_packet_view.GetHandle()); in VerifyPacket()
|
/system/bt/hci/test/ |
D | packet_fragmenter_host_test.cc | 43 uint16_t GetHandle() const { return s.handle; } in GetHandle() function 229 CHECK(acl_header.GetHandle() == (h & HANDLE_MASK)); in TEST_F() 245 CHECK(acl_header.GetHandle() == 0); in TEST_F() 261 CHECK(acl_header.GetHandle() == 0); in TEST_F() 277 CHECK(acl_header.GetHandle() == 0); in TEST_F()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 529 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in OnSmpCommandLe() 543 .connection_handle = channel->GetLinkOptions()->GetHandle(), in OnSmpCommandLe() 601 pending_le_pairing_.connection_handle_ = channel->GetLinkOptions()->GetHandle(); in ConnectionIsReadyStartPairing() 615 .connection_handle = channel->GetLinkOptions()->GetHandle(), in ConnectionIsReadyStartPairing()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager.cc | 108 uint16_t handle = acl_connection->GetHandle(); in OnLeConnectSuccess()
|
/system/bt/gd/hci/facade/ |
D | facade.cc | 177 LOG_INFO("Got an Acl message for handle 0x%hx", acl_ptr->GetHandle()); in on_acl_ready()
|
D | le_acl_manager_facade.cc | 221 uint16_t handle = shared_connection->GetHandle(); in OnLeConnectSuccess()
|
/system/bt/main/shim/ |
D | acl.cc | 381 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection() 599 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection() 1229 auto handle = connection->GetHandle(); in OnConnectSuccess() 1296 auto handle = connection->GetHandle(); in OnLeConnectSuccess()
|
/system/bt/main/test/ |
D | main_shim_test.cc | 343 ASSERT_EQ(123, connection->GetHandle()); in TEST_F()
|
/system/bt/gd/l2cap/classic/internal/ |
D | link.cc | 60 acl_handle_(acl_connection_->GetHandle()) { in Link()
|