Home
last modified time | relevance | path

Searched defs:addDevice (Results 1 – 8 of 8) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothPan.java33 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() method in ShadowBluetoothPan
DShadowBluetoothManager.java118 public void addDevice(int profile, int state, BluetoothDevice device) { in addDevice() method in ShadowBluetoothManager
DShadowBluetoothHeadset.java59 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() method in ShadowBluetoothHeadset
DShadowBluetoothA2dp.java52 public void addDevice(BluetoothDevice bluetoothDevice, int connectionState) { in addDevice() method in ShadowBluetoothA2dp
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothDiscoveryHelper.java48 void addDevice(String name, String address); in addDevice() method
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Ddevice_parser.cpp70 void ModernSnapshotParser::addDevice(std::string rawName, std::string path) in addDevice() function in ModernSnapshotParser
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DBluetoothDeviceList.java89 public void addDevice(String name, String address) { in addDevice() method in BluetoothDeviceList.DeviceListAdapter
/external/angle/src/feature_support_util/
Dfeature_support_util.cpp611 void addDevice(Device &&dev) { mDevList.addItem(std::move(dev)); } in addDevice() function in angle::Rule