/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl_test.cc | 73 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 76 EXPECT_EQ(device, dynamic_channel_impl.GetDevice()); in TEST_F() 83 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 105 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 128 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 153 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | dynamic_channel_impl.cc | 35 device_(link->GetDevice()) { in DynamicChannelImpl() 43 hci::AddressWithType DynamicChannelImpl::GetDevice() const { in GetDevice() function in bluetooth::l2cap::internal::DynamicChannelImpl
|
D | dynamic_channel_allocator.cc | 48 link_->GetDevice().ToString().c_str()); in AllocateChannel() 66 link_->GetDevice().ToString().c_str()); in AllocateReservedChannel() 89 … LOG_INFO("Channel is not in use: psm %d, device %s", cid, link_->GetDevice().ToString().c_str()); in FreeChannel()
|
D | ilink.h | 33 virtual hci::AddressWithType GetDevice() const = 0;
|
D | ilink_mock.h | 31 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
|
D | fixed_channel_allocator_test.cc | 43 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
|
D | dynamic_channel_impl.h | 41 hci::AddressWithType GetDevice() const;
|
D | dynamic_channel_allocator_fuzz_test.cc | 51 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
|
/system/bt/gd/l2cap/ |
D | dynamic_channel.cc | 24 hci::AddressWithType DynamicChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::DynamicChannel 25 return impl_->GetDevice(); in GetDevice()
|
D | dynamic_channel.h | 46 hci::AddressWithType GetDevice() const;
|
/system/bt/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 71 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 74 EXPECT_EQ(device, fixed_channel_impl.GetDevice()); in TEST_F() 85 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 110 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 135 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 163 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 187 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 200 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 213 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 245 EXPECT_CALL(mock_le_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | link_mock.h | 40 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
|
D | link.h | 53 inline hci::AddressWithType GetDevice() const override { in GetDevice() function 125 return GetDevice().ToString(); in ToString()
|
D | fixed_channel_impl.h | 41 hci::AddressWithType GetDevice() const { in GetDevice() function
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel.cc | 25 hci::Address FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::classic::FixedChannel 26 return impl_->GetDevice(); in GetDevice()
|
D | fixed_channel.h | 49 hci::Address GetDevice() const;
|
/system/bt/gd/l2cap/le/ |
D | fixed_channel.cc | 25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::le::FixedChannel 26 return impl_->GetDevice(); in GetDevice()
|
D | fixed_channel.h | 50 hci::AddressWithType GetDevice() const;
|
/system/bt/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_test.cc | 74 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 76 EXPECT_EQ(device.GetAddress(), fixed_channel_impl.GetDevice()); in TEST_F() 91 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 120 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 150 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 183 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 212 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 230 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 249 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F() 287 EXPECT_CALL(mock_classic_link, GetDevice()).WillRepeatedly(Return(device)); in TEST_F()
|
D | link_mock.h | 41 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
|
D | fixed_channel_impl.cc | 31 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
|
D | fixed_channel_impl.h | 40 hci::Address GetDevice() const { in GetDevice() function
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 82 dev_t before = GetDevice(mFuseFull); in doMount() 111 while (before == GetDevice(mFuseFull)) { in doMount()
|
/system/update_engine/ |
D | dynamic_partition_control_android_unittest.cc | 96 return GetDevice(dynamicControl().GetSuperPartitionName(slot)); in GetSuperDevice() 341 DeviceExists(AnyOf(GetDevice(S("bar")), in TEST_P() 342 GetDevice(T("bar")), in TEST_P() 343 GetDevice(S("system")), in TEST_P() 344 GetDevice(T("system"))))) in TEST_P() 372 EXPECT_EQ(GetDevice(T("system")), system_device); in TEST_P() 379 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P() 384 EXPECT_EQ(GetDevice(T("bar")), bar_device); in TEST_P() 391 DeviceExists(AnyOf(GetDevice(S("bar")), GetDevice(T("bar"))))) in TEST_P() 444 EXPECT_EQ(GetDevice(S("bar")), bar_device); in TEST_P() [all …]
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.cc | 381 if (storage.channel_->GetDevice() == device) { in FindStoredLeChannel() 390 if (it->channel_->GetDevice() == device) { in EraseStoredLeChannel() 444 … (remote_oob_data_address_.has_value() && remote_oob_data_address_.value() == channel->GetDevice()) in OnSmpCommandLe() 463 .remote_connection_address = channel->GetDevice(), in OnSmpCommandLe() 496 …dOnce(&SecurityManagerImpl::OnConnectionClosedLe, common::Unretained(this), channel->GetDevice())); in OnConnectionOpenLe() 499 …ommon::Bind(&SecurityManagerImpl::OnSmpCommandLe, common::Unretained(this), channel->GetDevice())); in OnConnectionOpenLe() 501 if (pending_le_pairing_.address_ != channel->GetDevice()) { in OnConnectionOpenLe() 515 … (remote_oob_data_address_.has_value() && remote_oob_data_address_.value() == channel->GetDevice()) in ConnectionIsReadyStartPairing() 533 .remote_connection_address = channel->GetDevice(), in ConnectionIsReadyStartPairing()
|