Searched defs:GetDevice (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/apmanager/
H A Ddevice_info.cc121 if (GetDevice(device_name)) {
187 scoped_refptr<Device> device = GetDevice(iter->second.device_name);
305 scoped_refptr<Device> device = GetDevice(device_name);
329 scoped_refptr<Device> DeviceInfo::GetDevice(const string& device_name) { function in class:apmanager::DeviceInfo
/system/connectivity/shill/
H A Ddevice_info.cc207 CHECK(!GetDevice(device->interface_index()).get());
640 DeviceRefPtr device = GetDevice(dev_index);
699 DeviceRefPtr DeviceInfo::GetDevice(int interface_index) const { function in class:shill::DeviceInfo
1093 DeviceRefPtr device = GetDevice(interface_index);
1119 DeviceRefPtr device = GetDevice(interface_index);
1141 DCHECK(!GetDevice(dev_index));
/system/vold/
H A DUtils.cpp633 dev_t GetDevice(const std::string& path) { function in namespace:android::vold

Completed in 77 milliseconds