Searched refs:GetRemoteCid (Results 1 – 17 of 17) 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 | 92 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel() 115 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 | 79 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 | 336 … ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), is_continuation, in OnConfigurationRequest() 351 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in OnConfigurationRequest() 369 …auto response = ConfigurationResponseBuilder::Create(signal_id.Value(), channel->GetRemoteCid(), i… in OnConfigurationRequest() 421 send_configuration_request(channel->GetRemoteCid(), std::move(config)); in SendInitialConfigRequest() 458 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 468 SendDisconnectionRequest(channel->GetCid(), channel->GetRemoteCid()); in negotiate_configuration() 479 send_configuration_request(channel->GetRemoteCid(), std::move(negotiation_config)); in negotiate_configuration() 544 SendDisconnectionRequest(cid, channel->GetRemoteCid()); in OnConfigurationResponse() 863 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 | 164 if (channel == nullptr || channel->GetRemoteCid() != remote_cid) { in SendDisconnectionRequest()
|
D | signalling_manager.cc | 307 if (channel->GetRemoteCid() != remote_cid) { in OnDisconnectionRequest()
|
/system/bt/main/shim/ |
D | l2cap.h | 95 bool GetRemoteCid(uint16_t cid, uint16_t* remote_cid);
|
D | l2cap.cc | 423 bool bluetooth::shim::legacy::L2cap::GetRemoteCid(uint16_t cid, in GetRemoteCid() function in bluetooth::shim::legacy::L2cap
|
D | l2c_api.cc | 434 return shim_l2cap.GetRemoteCid(lcid, rcid); in L2CA_GetRemoteCid()
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 160 Cid GetRemoteCid() const;
|