Home
last modified time | relevance | path

Searched defs:device2 (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device_test.cc62 ClassicDevice device2(&config, &memory_only_config, address.ToString()); in TEST() local
96 ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, in TEST() local
104 ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, in TEST() local
112 ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, in TEST() local
120 ClassicDevice device2(larger_config_ptr, larger_memory_only_config_ptr, in TEST() local
128 ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
136 ClassicDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
144 ClassicDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, in TEST() local
152 ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, in TEST() local
160 ClassicDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, in TEST() local
[all …]
Dle_device_test.cc61 LeDevice device2(&config, &memory_only_config, address.ToString()); in TEST() local
95 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
101 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
107 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
113 LeDevice device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
119 LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
125 LeDevice device2(smaller_config_ptr, smaller_memory_only_config_ptr, in TEST() local
132 LeDevice device2(larger_config_ptr, smaller_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
138 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
145 LeDevice device2(smaller_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
[all …]
Ddevice_test.cc51 Device device2(&config, &memory_only_config, address2, in TEST() local
79 Device device2(&config, &memory_only_config, address2, in TEST() local
112 Device device2(&config, &memory_only_config, le_identity_address, in TEST() local
216 Device device2(&config, &memory_only_config, address, in TEST() local
283 Device device2(larger_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
289 Device device2(smaller_config_ptr, larger_memory_only_config_ptr, larger_address.ToString()); in TEST() local
295 Device device2(larger_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
301 Device device2(larger_config_ptr, larger_memory_only_config_ptr, smaller_address.ToString()); in TEST() local
307 Device device2(smaller_config_ptr, smaller_memory_only_config_ptr, larger_address.ToString()); in TEST() local
313 Device device2(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.java215 final MediaDevice device2 = mock(MediaDevice.class); in getMediaDeviceById_idExist_shouldReturnMediaDevice() local
230 final MediaDevice device2 = mock(MediaDevice.class); in getMediaDeviceById_idNotExist_shouldReturnNull() local
245 final MediaDevice device2 = mock(MediaDevice.class); in getMediaDeviceById_idIsNull_shouldReturnNull() local
261 final MediaDevice device2 = mock(MediaDevice.class); in onDeviceListAdded_addDevicesList() local
279 final MediaDevice device2 = mock(MediaDevice.class); in onDeviceListAdded_addDeviceList() local
300 final MediaDevice device2 = mock(MediaDevice.class); in onDeviceListRemoved_removeAll() local
317 final MediaDevice device2 = mock(MediaDevice.class); in onDeviceListRemoved_phoneDeviceNotLastDeviceAfterRemoveDeviceList_removeList() local
339 final MediaDevice device2 = mock(MediaDevice.class); in onConnectedDeviceChanged_connectedAndCurrentDeviceAreDifferent_notifyThemChanged() local
358 final MediaDevice device2 = mock(MediaDevice.class); in onConnectedDeviceChanged_connectedAndCurrentDeviceAreSame_doNothing() local
527 final MediaDevice device2 = mock(MediaDevice.class); in onDeviceListAdded_bluetoothAdapterIsNull_noDisconnectedDeviceAdded() local
[all …]
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DLogicalDisplayMapperTest.java276 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDisplayDeviceAdd_TwoInternalOneDefault() local
292 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDisplayDeviceAdd_TwoInternalBothDefault() local
328 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDisplayDeviceAddAndRemove_SwitchDefault() local
432 final DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 200, 800, in testGetDisplayInfoForStateLocked_defaultLayout() local
463 final DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 200, 800, in testGetDisplayInfoForStateLocked_multipleLayouts() local
514 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 200, 800, in testGetDisplayInfoForStateLocked_multipleDisplayGroups() local
832 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testCreateNewLogicalDisplay_windowManagerIsNotNotifiedAboutSwitch() local
925 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testDeviceStateLocked() local
1018 TestDisplayDevice device2 = createDisplayDevice(displayAddressTwo, "two", in testEnabledAndDisabledDisplays() local
1122 DisplayDevice device2 = createDisplayDevice(TYPE_INTERNAL, 600, 800, in testCreateNewLogicalDisplay() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/bluetooth/
H A DBluetoothRepositoryImplTest.kt97 val device2 = in <lambda>() constant
129 val device2 = in <lambda>() constant
150 val device2 = in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java282 CachedBluetoothDevice device2 = createBluetoothDevice( in isBluetoothAudioProfileOnly_noneConnected_false() local
340 CachedBluetoothDevice device2 = createBluetoothDevice( in isBluetoothAudioProfileOnly_multipleAudioOnlyProfilesConnected_true() local
358 CachedBluetoothDevice device2 = createBluetoothDevice( in isBluetoothAudioProfileOnly_leAudioAndOtherProfileConnected_false() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientAccountManagerTest.java161 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, /* id= */ 2); in testStartAccountManager_userUnlockedAccountVisibleHasAccount_accountsInitialized() local
242 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, /* id= */ 2); in testGetAccounts_storageInitializedWithAccounts_returnsAccountList() local
343 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, /* id= */ 2); in testRemoveAccount_accountDoesNotExist_accountNotInAccountsListAndReturnsTrue() local
DPbapClientContactsStorageTest.java176 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testStartStorage_withExistingAccounts_accountsCleanedUp() local
240 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testRemoveAccount_accountDoesNotExist_accountsUnchanged() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceManagerTest.java943 ITestDevice device2 = manager.allocateDevice(mDeviceSelections); in testFreeDevice_unavailable() local
1001 ITestDevice device2 = manager.allocateDevice(mDeviceSelections); in testFreeDevice_recovery() local
1063 ITestDevice device2 = manager.allocateDevice(mDeviceSelections); in testFreeDevice_unknown() local
1125 ITestDevice device2 = manager.allocateDevice(mDeviceSelections); in testFreeDevice_unknown_subName() local
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothUtilsTest.java974 BluetoothDevice device2 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_availableDevice() local
995 BluetoothDevice device2 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_alreadyActive() local
1016 BluetoothDevice device2 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_notConnected() local
1039 BluetoothDevice device2 = mock(BluetoothDevice.class); in testIsAvailableAudioSharingMediaBluetoothDevice_moreThanTwoConnected() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java924 final BluetoothDevice device2 = in testNotRemovingCachedBroadcastOnFailEstablishWithoutScanning() local
2850 final BluetoothDevice device2 = in testSelectSource_queueAndRemoveAfterMaxLimit() local
3049 final BluetoothDevice device2 = in testSelectSource_removeAfterMaxLimit_notSyncedToAnySink() local
3144 final BluetoothDevice device2 = in testSelectSource_removeAfterMaxLimit_firstIfAllSyncedToSinks() local
3275 final BluetoothDevice device2 = in testAddSourceToUnsyncedSource_causesSyncBeforeAddingSource() local
3493 final BluetoothDevice device2 = in testSelectSource_orderOfSyncRegisteringByPriorityAndRssi() local
3757 final BluetoothDevice device2 = in testSelectSource_orderOfSyncRegisteringByRssiAndFailsCounter() local
5608 final BluetoothDevice device2 = in monitorBroadcastAfterSyncMaxLimit() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetPhoneStateTest.java213 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testListenForPhoneState_MultiDevice_AllUpAllDown() local
250 BluetoothDevice device2 = TestUtils.getTestDevice(mAdapter, 2); in testListenForPhoneState_MultiDevice_PartialUpPartialDown() 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.kt209 val device2 = in stopCasting_multipleConnectedDevices_notifiesRepoOfFirst() constant
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java1359 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); in testCreateConfiguration_injectDeviceBooleanOption() local
1375 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); in testCreateConfiguration_includeInDevice() local
1391 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); in testPartialCreateMultiDevices() local
1784 IDeviceConfiguration device2 = config.getDeviceConfigByName("device2"); in testCreateConfiguration_singleDeviceConfig_withFake() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DKeyboardInputMapper_test.cpp771 std::shared_ptr<InputDevice> device2 = in TEST_F() local
885 std::shared_ptr<InputDevice> device2 = in TEST_F() local
973 std::shared_ptr<InputDevice> device2 = in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java122 BluetoothDevice device1, device2; in testCreateBondAfterRemoveBond() local
182 BluetoothDevice device2 = in testCreateBondWithLeDevice() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistance.cpp85 auto device2 = x2.device().type(); in cdist_impl() local
232 auto device2 = x2.device().type(); in _cdist_backward() local
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
H A Dsnapshot.ini8 device2=device2.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
H A Dsnapshot.ini8 device2=device2.ini key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/init-short-addr/
H A Dsnapshot.ini8 device2=device2.ini key
/aosp_15_r20/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec_test_hal.c29 static struct hw_module_t **device2 = &device; variable
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device_test.cc22 std::unique_ptr<LoopDevice> device2 = in TEST() local
/aosp_15_r20/external/skia/tests/graphite/
H A DRecorderTest.cpp35 sk_sp<Device> device2 = Device::Make(recorder.get(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local

123456