Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/le/
Dlink_options.cc36 uint16_t LinkOptions::GetHandle() const { in GetHandle() function in bluetooth::l2cap::le::LinkOptions
37 return acl_connection_->GetHandle(); in GetHandle()
Dlink_options.h48 uint16_t GetHandle() const;
/system/iorap/src/perfetto/
Drx_producer.cc133 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/
Dconnected_isochronous_stream.h46 uint16_t GetHandle() const { return config_.handle; } in GetHandle() function
Dconnected_isochronous_group.h64 if (stream.GetHandle() == handle) { in GetStreamParameters()
Dacl_connection_handler.h55 uint16_t GetHandle(bluetooth::hci::AddressWithType addr) const;
Dacl_connection_handler.cc137 uint16_t AclConnectionHandler::GetHandle(AddressWithType addr) const { in GetHandle() function in test_vendor_lib::AclConnectionHandler
Dlink_layer_controller.cc144 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()
Ddual_mode_controller.cc330 uint16_t handle = acl_packet.GetHandle(); in HandleAcl()
349 uint16_t handle = sco_packet.GetHandle(); in HandleSco()
/system/bt/gd/hci/
Dacl_builder_test.cc80 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()
Dacl_manager.cc93 uint16_t handle = packet->GetHandle(); in dequeue_and_route_acl_packet_to_connection()
Dacl_manager_test.cc832 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/
Dacl_connection.h33 uint16_t GetHandle() const { in GetHandle() function
Dround_robin_scheduler_test.cc146 ASSERT_EQ(handle, acl_packet_view.GetHandle()); in VerifyPacket()
/system/bt/hci/test/
Dpacket_fragmenter_host_test.cc43 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/
Dsecurity_manager_impl.cc529 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/
Dlink_manager.cc108 uint16_t handle = acl_connection->GetHandle(); in OnLeConnectSuccess()
/system/bt/gd/hci/facade/
Dfacade.cc177 LOG_INFO("Got an Acl message for handle 0x%hx", acl_ptr->GetHandle()); in on_acl_ready()
Dle_acl_manager_facade.cc221 uint16_t handle = shared_connection->GetHandle(); in OnLeConnectSuccess()
/system/bt/main/shim/
Dacl.cc381 : 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/
Dmain_shim_test.cc343 ASSERT_EQ(123, connection->GetHandle()); in TEST_F()
/system/bt/gd/l2cap/classic/internal/
Dlink.cc60 acl_handle_(acl_connection_->GetHandle()) { in Link()