Searched defs:addDevice (Results 1 – 4 of 4) sorted by relevance
48 void addDevice(String name, String address); in addDevice() method
70 void ModernSnapshotParser::addDevice(std::string rawName, std::string path) in addDevice() function in ModernSnapshotParser
89 public void addDevice(String name, String address) { in addDevice() method in BluetoothDeviceList.DeviceListAdapter
611 void addDevice(Device &&dev) { mDevList.addItem(std::move(dev)); } in addDevice() function in angle::Rule