HomeSort by relevance Sort by last modified time
    Searched full:device1 (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/wpa_supplicant_8/src/ap/
vlan_ioctl.c 25 if ((os_strlen(if_name) + 1) > sizeof(if_request.device1)) {
39 os_strlcpy(if_request.device1, if_name, sizeof(if_request.device1));
71 if ((os_strlen(if_name) + 1) > sizeof(if_request.device1)) {
87 os_snprintf(if_request.device1, sizeof(if_request.device1), "vlan%d",
102 if_request.device1);
110 os_strlcpy(if_request.device1, if_name, sizeof(if_request.device1));
117 __func__, if_request.device1, strerror(errno))
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
ShardMasterResultForwarderTest.java 68 main.addAllocatedDevice("device1", Mockito.mock(ITestDevice.class));
69 main.addDeviceBuildInfo("device1", mainBuild);
74 shard1.addAllocatedDevice("device1", Mockito.mock(ITestDevice.class));
75 shard1.addDeviceBuildInfo("device1", shardBuild1);
80 shard2.addAllocatedDevice("device1", Mockito.mock(ITestDevice.class));
81 shard2.addDeviceBuildInfo("device1", shardBuild2);
102 main.addAllocatedDevice("device1", Mockito.mock(ITestDevice.class));
103 main.addDeviceBuildInfo("device1", mainBuild1);
113 shard1.addAllocatedDevice("device1", Mockito.mock(ITestDevice.class));
114 shard1.addDeviceBuildInfo("device1", shardBuild1)
    [all...]
InvocationContextTest.java 52 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
55 assertNull(mContext.getDeviceName(device1));
56 mContext.addAllocatedDevice("test1", device1);
57 assertEquals("test1", mContext.getDeviceName(device1));
TestInvocationTest.java 179 IDeviceConfiguration device1 = local
181 device1.addSpecificConfig(mMockRecovery);
182 device1.addSpecificConfig(mMockPreparer);
183 device1.addSpecificConfig(mMockBuildProvider);
184 deviceConfigs.add(device1);
1345 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
1361 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
1388 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
1426 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
1538 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
1575 ITestDevice device1 = EasyMock.createMock(ITestDevice.class); local
    [all...]
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetPhoneStateTest.java 100 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
101 mHeadsetPhoneState.listenForPhoneState(device1, PhoneStateListener.LISTEN_NONE);
111 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
112 mHeadsetPhoneState.listenForPhoneState(device1, PhoneStateListener.LISTEN_SERVICE_STATE);
124 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
125 mHeadsetPhoneState.listenForPhoneState(device1, PhoneStateListener.LISTEN_SERVICE_STATE
141 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
142 mHeadsetPhoneState.listenForPhoneState(device1, PhoneStateListener.LISTEN_SERVICE_STATE
149 mHeadsetPhoneState.listenForPhoneState(device1, PhoneStateListener.LISTEN_SERVICE_STATE);
163 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1) local
186 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
220 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); local
    [all...]
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
BluetoothAutoConnectPolicyTest.java 355 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
356 mockDeviceAvailability(device1, true);
357 // Pair (and Connect) device1 on all the Bluetooth profiles.
358 pairDevice(device1);
360 sendFakeConnectionStateChange(device1, false);
365 // Verify that on all profiles, device1 connected
369 profile, device1);
376 mReceiver.onReceive(null, createBluetoothBondStateChangedIntent(device1, false));
391 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
392 mockDeviceAvailability(device1, true)
430 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
510 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
604 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
671 BluetoothDevice device1 = mBluetoothAdapter.getRemoteDevice("DE:AD:BE:EF:00:01"); local
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothDeviceManagerTest.java 58 private BluetoothDevice device1; field in class:BluetoothDeviceManagerTest
66 device1 = makeBluetoothDevice("00:00:00:00:00:01");
91 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device1));
93 assertEquals(device1.getAddress(),
96 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device1));
105 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device1));
109 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device1));
128 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device1));
132 buildConnectionActionIntent(BluetoothHeadset.STATE_DISCONNECTED, device1));
146 buildConnectionActionIntent(BluetoothHeadset.STATE_CONNECTED, device1));
    [all...]
BluetoothRouteTransitionTests.java 42 import static com.android.server.telecom.tests.BluetoothRouteManagerTest.DEVICE1;
363 .setConnectedDevices(DEVICE1)
365 .setMessageDevice(DEVICE1)
377 .setConnectedDevices(DEVICE2, DEVICE1)
378 .setActiveDevice(DEVICE1)
382 .setExpectedConnectionDevice(DEVICE1)
384 + ":" + DEVICE1)
392 .setConnectedDevices(DEVICE2, DEVICE1)
420 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3)
433 .setConnectedDevices(DEVICE2, DEVICE1, DEVICE3
    [all...]
BluetoothRouteManagerTest.java 55 static final BluetoothDevice DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01");
75 setupConnectedDevices(new BluetoothDevice[]{DEVICE1}, null);
79 executeRoutingAction(sm, BluetoothRouteManager.CONNECT_HFP, DEVICE1.getAddress());
86 verifyConnectionAttempt(DEVICE1, 3);
96 BluetoothRouteManager.AUDIO_CONNECTED_STATE_NAME_PREFIX, DEVICE1);
97 setupConnectedDevices(new BluetoothDevice[]{DEVICE1, DEVICE2}, null);
111 + ":" + DEVICE1.getAddress(),
  /tools/tradefederation/core/tests/res/testconfigs/
multi-device-mix-options.xml 17 <device name="device1">
22 <!-- First appearance disable it for all of device1 -->
33 <device name="device1" >
test-config-real-not-real.xml 19 <device name="device1" >
25 <device name="device1" isFake="true">
multi-device-incorrect-include.xml 17 <device name="device1">
multi-device-mix.xml 17 <device name="device1">
33 <device name="device1" >
  /cts/suite/audio_quality/test_description/test/
test_io.xml 31 <input device="DUT" id="device1" gain="100" time="500" sync="start"/>
35 <process method="builtin:rms_mva" input="id:device1,consti:0,consti:20000" output="val:rms_device" />
38 <save file="host1,device1" report="rms_.*"/>
  /external/wpa_supplicant_8/src/common/
linux_vlan.h 38 char device1[24]; member in struct:vlan_ioctl_args
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
MergeMultiBuildTargetPreparerTest.java 57 mContext.addDeviceBuildInfo("device1", mMockInfo1);
59 mContext.addAllocatedDevice("device1", mMockDevice1);
67 setter.setOptionValue("src-device", "device1");
90 setter.setOptionValue("src-device", "device1");
110 setter.setOptionValue("src-device", "device1");
123 setter.setOptionValue("src-device", "device1");
  /tools/test/connectivity/acts/tests/google/bt/
BtBasicFunctionalityTest.py 91 2. Make device1 discoverable
92 3. Check discoverable device1 scan mode
95 6. Verify device1 is in the list
98 Device1 is in the discovered devices list.
110 self.log.debug("Android device1 scan mode is "
113 self.log.debug("Android device1 scan mode is not "
130 self.log.debug("Android device1 is in the discovery "
155 2. Make device1 un-discoverable
156 3. Check un-discoverable device1 scan mode
159 6. Verify device1 is not in the lis
    [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 1324 ::android::sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1364 ::android::sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1412 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1432 ::android::sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1457 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1482 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1512 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1561 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1581 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1608 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1631 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1709 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1736 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1794 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1840 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1895 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
1943 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
2167 ::android::sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
2265 ::android::sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
2355 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationFactoryTest.java 1262 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); local
1281 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); local
1600 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); local
    [all...]
ConfigurationXmlParserTest.java 233 " <device name=\"device1\">\n" +
243 assertEquals("{device1}opName", configDef.getOptionList().get(0).name);
278 " <device name=\"device1\">\n" +
284 " <device name=\"device1\">\n" +
293 assertTrue("{device1}opName".equals(configDef.getOptionList().get(0).name));
295 assertTrue("{device1}opName2".equals(configDef.getOptionList().get(2).name));
309 " <device name=\"device1\">\n" +
337 " <device name=\"device1\">\n" +
430 + " <device name=\"device1\">\n"
445 assertTrue("{device1}opName".equals(configDef.getOptionList().get(0).name))
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/car/
car_media_utils.py 109 metadata1 Media Metadata of device1
115 log.info("Device1 metadata:")
144 def check_metadata(log, device1, device2):
149 device1 Device 1
155 metadata1 = device1.droid.bluetoothMediaGetCurrentMediaMetaData()
  /tools/tradefederation/core/prod-tests/src/com/android/tradefed/
HelloWorldMultiDevices.java 82 Assert.assertNotNull(mContext.getDevice("device1"));
84 "device named device1 direct look up is '%s'",
85 mContext.getDevice("device1").getSerialNumber());
  /external/autotest/server/cros/network/
rf_switch_client_box_test.py 27 dut_host.hostname = 'chromeos9-device1'
36 self.assertEqual(device, 'chromeos9-device1')
  /bionic/libc/kernel/uapi/linux/
if_vlan.h 48 char device1[24]; member in struct:vlan_ioctl_args
  /external/adhd/cras/src/server/
cras_bt_constants.h 12 #define BLUEZ_INTERFACE_DEVICE "org.bluez.Device1"

Completed in 1048 milliseconds

1 2 3 4 5