Searched refs:GetDevice (Results 1 – 13 of 13) sorted by relevance
/system/vold/ |
D | EmulatedVolume.cpp | 78 dev_t before = GetDevice(mFuseWrite); in doMount() 101 while (before == GetDevice(mFuseWrite)) { in doMount()
|
D | PublicVolume.cpp | 153 dev_t before = GetDevice(mFuseWrite); in doMount() 188 while (before == GetDevice(mFuseWrite)) { in doMount()
|
D | Utils.h | 113 dev_t GetDevice(const std::string& path);
|
D | Utils.cpp | 633 dev_t GetDevice(const std::string& path) { in GetDevice() function
|
/system/connectivity/apmanager/ |
D | device_info.cc | 121 if (GetDevice(device_name)) { in OnWiFiPhyInfoReceived() 187 scoped_refptr<Device> device = GetDevice(iter->second.device_name); in DelLinkMsgHandler() 305 scoped_refptr<Device> device = GetDevice(device_name); in OnWiFiInterfacePhyInfoReceived() 329 scoped_refptr<Device> DeviceInfo::GetDevice(const string& device_name) { in GetDevice() function in apmanager::DeviceInfo
|
D | device_info.h | 95 scoped_refptr<Device> GetDevice(const std::string& phy_name);
|
/system/connectivity/shill/ |
D | connection_unittest.cc | 343 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex0)) in TEST_F() 415 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex1)) in TEST_F() 457 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex0)) in TEST_F() 580 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex0)) in TEST_F() 641 EXPECT_CALL(*device_info_, GetDevice(_)).WillOnce(Return(device)); in TEST_F() 717 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex0)) in TEST_F() 1092 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex1)) in TEST_F() 1101 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex1)) in TEST_F() 1111 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex1)) in TEST_F() 1128 EXPECT_CALL(*device_info_, GetDevice(kTestDeviceInterfaceIndex1)) in TEST_F()
|
D | connection.cc | 337 DeviceRefPtr device = device_info_->GetDevice(interface_index_); in SetIsDefault() 377 DeviceRefPtr device = device_info_->GetDevice(interface_index_); in RequestRouting() 390 DeviceRefPtr device = device_info_->GetDevice(interface_index_); in ReleaseRouting() 606 DeviceRefPtr device = device_info_->GetDevice(interface_index); in OnRouteQueryResponse()
|
D | device_info_unittest.cc | 337 EXPECT_FALSE(device_info_.GetDevice(kTestDeviceIndex).get()); in TEST_F() 340 EXPECT_TRUE(device_info_.GetDevice(kTestDeviceIndex).get()); in TEST_F() 360 EXPECT_FALSE(device_info_.GetDevice(kTestDeviceIndex).get()); in TEST_F() 689 DeviceRefPtr device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 701 DeviceRefPtr device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 711 DeviceRefPtr device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 724 DeviceRefPtr renamed_device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 743 DeviceRefPtr initial_device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 760 DeviceRefPtr renamed_device = device_info_.GetDevice(kTestDeviceIndex); in TEST_F() 831 EXPECT_FALSE(device_info_.GetDevice(kTestDeviceIndex).get()); in TEST_F() [all …]
|
D | mock_device_info.h | 48 MOCK_CONST_METHOD1(GetDevice, DeviceRefPtr(int interface_index));
|
D | device_info.cc | 207 CHECK(!GetDevice(device->interface_index()).get()); in RegisterDevice() 640 DeviceRefPtr device = GetDevice(dev_index); in AddLinkMsgHandler() 699 DeviceRefPtr DeviceInfo::GetDevice(int interface_index) const { in GetDevice() function in shill::DeviceInfo 1093 DeviceRefPtr device = GetDevice(interface_index); in AddressMsgHandler() 1119 DeviceRefPtr device = GetDevice(interface_index); in RdnssMsgHandler() 1141 DCHECK(!GetDevice(dev_index)); in DelayedDeviceCreationTask()
|
D | device_info.h | 101 virtual DeviceRefPtr GetDevice(int interface_index) const;
|
/system/core/adb/ |
D | usb_osx.cpp | 177 kr = (*iface)->GetDevice(iface, &usbDevice); in AndroidInterfaceAdded()
|