Home
last modified time | relevance | path

Searched defs:device1 (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device_test.cc61 ClassicDevice device1(&config, &memory_only_config, address.ToString()); in TEST() local
94 ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
102 ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, in TEST() local
110 ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, in TEST() local
118 ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
126 ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, in TEST() local
134 ClassicDevice device1(larger_config_ptr, larger_memory_only_config_ptr, in TEST() local
142 ClassicDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, in TEST() local
150 ClassicDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, in TEST() local
158 ClassicDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
[all …]
Dle_device_test.cc60 LeDevice device1(&config, &memory_only_config, address.ToString()); in TEST() local
93 LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
100 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
106 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
112 LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
118 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
124 LeDevice device1(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
131 LeDevice device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
137 LeDevice device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
143 LeDevice device1(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
[all …]
Ddevice_test.cc214 Device device1(&config, &memory_only_config, address, in TEST() local
282 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
288 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
294 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
300 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
306 Device device1(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
312 Device device1(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
318 Device device1(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
324 Device device1(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
330 Device device1(smaller_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/
H A DLocalMediaManagerTest.java214 final MediaDevice device1 = mock(MediaDevice.class); in getMediaDeviceById_idExist_shouldReturnMediaDevice() local
229 final MediaDevice device1 = mock(MediaDevice.class); in getMediaDeviceById_idNotExist_shouldReturnNull() local
244 final MediaDevice device1 = mock(MediaDevice.class); in getMediaDeviceById_idIsNull_shouldReturnNull() local
260 final MediaDevice device1 = mock(MediaDevice.class); in onDeviceListAdded_addDevicesList() local
278 final MediaDevice device1 = mock(MediaDevice.class); in onDeviceListAdded_addDeviceList() local
299 final MediaDevice device1 = mock(MediaDevice.class); in onDeviceListRemoved_removeAll() local
316 final MediaDevice device1 = mock(MediaDevice.class); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList() local
338 final MediaDevice device1 = mock(MediaDevice.class); in onConnectedDeviceChanged_connectedAndCurrentDeviceAreDifferent_notifyThemChanged() local
357 final MediaDevice device1 = mock(MediaDevice.class); in onConnectedDeviceChanged_connectedAndCurrentDeviceAreSame_doNothing() local
451 final MediaDevice device1 = mock(MediaDevice.class); in onDeviceListAdded_haveMutingExpectedDevice_addMutingExpectedDevice() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetPhoneStateTest.java115 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_NoneResultsNoListen() local
126 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceOnly() local
140 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrength() local
161 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrengthUpdateTurnOffSignalStrengh() local
185 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_ServiceAndSignalStrengthUpdateTurnOffAll() local
212 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_MultiDevice_AllUpAllDown() local
249 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testListenForPhoneState_MultiDevice_PartialUpPartialDown() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java275 DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, 0); in testDisplayDeviceAdd_TwoInternalOneDefault() local
290 DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDisplayDeviceAdd_TwoInternalBothDefault() local
326 DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDisplayDeviceAddAndRemove_SwitchDefault() local
430 final DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testGetDisplayInfoForStateLocked_defaultLayout() local
461 final DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testGetDisplayInfoForStateLocked_multipleLayouts() local
512 DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testGetDisplayInfoForStateLocked_multipleDisplayGroups() local
825 DisplayDevice device1 = createDisplayDevice(TYPE_EXTERNAL, 600, 800, in testCreateNewLogicalDisplay_windowManagerIsNotNotifiedAboutSwitch() local
923 DisplayDevice device1 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDeviceStateLocked() local
1016 TestDisplayDevice device1 = createDisplayDevice(displayAddressOne, "one", in testEnabledAndDisabledDisplays() local
1115 DisplayDevice device1 = createDisplayDevice(TYPE_EXTERNAL, 600, 800, in testCreateNewLogicalDisplay() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/bluetooth/
H A DBluetoothRepositoryImplTest.kt93 val device1 = in <lambda>() constant
124 val device1 = in <lambda>() constant
145 val device1 = in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java280 CachedBluetoothDevice device1 = createBluetoothDevice( in isBluetoothAudioProfileOnly_noneConnected_false() local
338 CachedBluetoothDevice device1 = createBluetoothDevice( in isBluetoothAudioProfileOnly_multipleAudioOnlyProfilesConnected_true() local
356 CachedBluetoothDevice device1 = createBluetoothDevice( in isBluetoothAudioProfileOnly_leAudioAndOtherProfileConnected_false() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java972 BluetoothDevice device1 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_availableDevice() local
993 BluetoothDevice device1 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_alreadyActive() local
1014 BluetoothDevice device1 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_notConnected() local
1037 BluetoothDevice device1 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_moreThanTwoConnected() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java921 final BluetoothDevice device1 = in testNotRemovingCachedBroadcastOnFailEstablishWithoutScanning() local
2847 final BluetoothDevice device1 = in testSelectSource_queueAndRemoveAfterMaxLimit() local
3046 final BluetoothDevice device1 = in testSelectSource_removeAfterMaxLimit_notSyncedToAnySink() local
3141 final BluetoothDevice device1 = in testSelectSource_removeAfterMaxLimit_firstIfAllSyncedToSinks() local
3272 final BluetoothDevice device1 = in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local
3490 final BluetoothDevice device1 = in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi() local
3754 final BluetoothDevice device1 = in testSelectSource_orderOfSyncRegisteringByRssiAndFailsCounter() local
5605 final BluetoothDevice device1 = in monitorBroadcastAfterSyncMaxLimit() local
/aosp_15_r20/frameworks/av/services/audioflinger/sounddose/tests/
H A Dsounddosemanager_tests.cpp306 media::ISoundDose::AudioDeviceCategory device1; in TEST_F() local
320 media::ISoundDose::AudioDeviceCategory device1; in TEST_F() local
334 media::ISoundDose::AudioDeviceCategory device1; in TEST_F() local
/aosp_15_r20/device/google/trout/tools/tracing/tooling/
Dcalculate_time_offset.py116 def Ptp(device1, device2): argument
142 def TraceTimeOffset(device1, device2): argument
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/casttootherdevice/domian/interactor/
H A DMediaRouterChipInteractorTest.kt201 val device1 = in stopCasting_multipleConnectedDevices_notifiesRepoOfFirst() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java1352 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); in testCreateConfiguration_injectDeviceBooleanOption() local
1372 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); in testCreateConfiguration_includeInDevice() local
1721 IDeviceConfiguration device1 = config.getDeviceConfigByName("device1"); in testCreateConfiguration_multiDevice_fake() local
1763 IDeviceConfiguration device1 = in testCreateConfiguration_singleDeviceConfig_withFake() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientAccountManagerTest.java160 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, /* id= */ 1); in testStartAccountManager_userUnlockedAccountVisibleHasAccount_accountsInitialized() local
241 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, /* id= */ 1); in testGetAccounts_storageInitializedWithAccounts_returnsAccountList() local
DPbapClientContactsStorageTest.java174 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testStartStorage_withExistingAccounts_accountsCleanedUp() local
237 BluetoothDevice device1 = TestUtils.getTestDevice(mAdapter, 1); in testRemoveAccount_accountDoesNotExist_accountsUnchanged() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java122 BluetoothDevice device1, device2; in testCreateBondAfterRemoveBond() local
177 BluetoothDevice device1 = in testCreateBondWithLeDevice() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistance.cpp83 auto device1 = x1.device().type(); in cdist_impl() local
230 auto device1 = x1.device().type(); in _cdist_backward() local
/aosp_15_r20/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2019 name, [&](auto status, const auto& device1) { in TEST_P()
2163 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2208 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2233 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2263 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2312 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2332 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2359 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2382 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
2460 sp<::android::hardware::camera::device::V1_0::ICameraDevice> device1; in TEST_P() local
[all …]
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
H A Dsnapshot.ini7 device1=device1.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
H A Dsnapshot.ini7 device1=device1.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/init-short-addr/
H A Dsnapshot.ini7 device1=device1.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots-ete/ts_bit64_set/
H A Dsnapshot.ini6 device1=ETE_0_s1.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/test-file-mem-offsets/
H A Dsnapshot.ini6 device1=device_9.ini key
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device_test.cc20 std::unique_ptr<LoopDevice> device1 = in TEST() local

1234567