Home
last modified time | relevance | path

Searched refs:GetDevice (Results 1 – 25 of 43) sorted by relevance

12

/system/bt/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc73 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()
Ddynamic_channel_impl.cc35 device_(link->GetDevice()) { in DynamicChannelImpl()
43 hci::AddressWithType DynamicChannelImpl::GetDevice() const { in GetDevice() function in bluetooth::l2cap::internal::DynamicChannelImpl
Ddynamic_channel_allocator.cc48 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()
Dilink.h33 virtual hci::AddressWithType GetDevice() const = 0;
Dilink_mock.h31 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
Dfixed_channel_allocator_test.cc43 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
Ddynamic_channel_impl.h41 hci::AddressWithType GetDevice() const;
Ddynamic_channel_allocator_fuzz_test.cc51 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
/system/bt/gd/l2cap/
Ddynamic_channel.cc24 hci::AddressWithType DynamicChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::DynamicChannel
25 return impl_->GetDevice(); in GetDevice()
Ddynamic_channel.h46 hci::AddressWithType GetDevice() const;
/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc71 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()
Dlink_mock.h40 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
Dlink.h53 inline hci::AddressWithType GetDevice() const override { in GetDevice() function
125 return GetDevice().ToString(); in ToString()
Dfixed_channel_impl.h41 hci::AddressWithType GetDevice() const { in GetDevice() function
/system/bt/gd/l2cap/classic/
Dfixed_channel.cc25 hci::Address FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::classic::FixedChannel
26 return impl_->GetDevice(); in GetDevice()
Dfixed_channel.h49 hci::Address GetDevice() const;
/system/bt/gd/l2cap/le/
Dfixed_channel.cc25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice() function in bluetooth::l2cap::le::FixedChannel
26 return impl_->GetDevice(); in GetDevice()
Dfixed_channel.h50 hci::AddressWithType GetDevice() const;
/system/bt/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc74 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()
Dlink_mock.h41 MOCK_METHOD(hci::AddressWithType, GetDevice, (), (const, override));
Dfixed_channel_impl.cc31 : cid_(cid), device_(link->GetDevice()), link_(link), l2cap_handler_(l2cap_handler) { in FixedChannelImpl()
Dfixed_channel_impl.h40 hci::Address GetDevice() const { in GetDevice() function
/system/vold/model/
DEmulatedVolume.cpp82 dev_t before = GetDevice(mFuseFull); in doMount()
111 while (before == GetDevice(mFuseFull)) { in doMount()
/system/update_engine/
Ddynamic_partition_control_android_unittest.cc96 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/
Dsecurity_manager_impl.cc381 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()

12