Searched refs:GetRemoteCid (Results 1 – 15 of 15) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | channel_impl.h | 49 virtual Cid GetRemoteCid() const = 0;
|
D | channel_impl_mock.h | 36 MOCK_METHOD(Cid, GetRemoteCid, (), (const, override));
|
D | sender.cc | 34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender() 43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender()
|
D | dynamic_channel_allocator.cc | 88 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel() 111 if (channel.second->GetRemoteCid() == remote_cid) { in FindChannelByRemoteCid()
|
D | dynamic_channel_impl.h | 61 virtual Cid GetRemoteCid() const { in GetRemoteCid() function
|
D | sender_test.cc | 80 EXPECT_CALL(*mock_channel_, GetRemoteCid()).WillRepeatedly(Return(cid_)); in SetUp()
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.cc | 43 return impl_->GetRemoteCid(); in HACK_GetRemoteCid()
|
/system/bt/gd/l2cap/classic/internal/ |
D | signalling_manager.cc | 350 … ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), is_continuation, in OnConfigurationRequest() 363 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest() 381 …auto response = ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), i… in OnConfigurationRequest() 432 send_configuration_request(channel->GetRemoteCid(), std::move(config)); in SendInitialConfigRequest() 468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 478 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 489 send_configuration_request(channel->GetRemoteCid(), std::move(negotiation_config)); in negotiate_configuration() 552 SendDisconnectionRequest(cid, channel->GetRemoteCid()); in OnConfigurationResponse() 907 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in on_command_timeout()
|
D | fixed_channel_impl.h | 74 Cid GetRemoteCid() const { in GetRemoteCid() function
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl.h | 61 Cid GetRemoteCid() const override;
|
D | fixed_channel_impl.cc | 109 Cid FixedChannelImpl::GetRemoteCid() const { in GetRemoteCid() function in bluetooth::l2cap::le::internal::FixedChannelImpl
|
D | link.cc | 185 if (channel == nullptr || channel->GetRemoteCid() != remote_cid) { in SendDisconnectionRequest()
|
D | signalling_manager.cc | 311 if (channel->GetRemoteCid() != remote_cid) { in OnDisconnectionRequest()
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 160 Cid GetRemoteCid() const;
|
/system/bt/main/shim/ |
D | l2c_api.cc | 256 uint16_t GetRemoteCid(uint16_t cid) { in GetRemoteCid() function 1135 *rcid = classic_dynamic_channel_helper_map_[psm]->GetRemoteCid(lcid); in L2CA_GetRemoteCid()
|