Home
last modified time | relevance | path

Searched refs:deviceSet (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1154 std::set<decltype(stepToDeviceId(plan.forTest_compoundGetSteps()[0]))> deviceSet; in TEST_P() local
1156 deviceSet.insert(stepToDeviceId(step)); in TEST_P()
1162 ASSERT_TRUE(deviceSet.size() == signaturesForDriver.size() || in TEST_P()
1163 deviceSet.size() == signaturesForDriver.size() + 1); in TEST_P()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3973 Set<BluetoothDevice> deviceSet = new HashSet<BluetoothDevice>(devices); in toDeviceSet() local
3974 return Collections.unmodifiableSet(deviceSet); in toDeviceSet()