Home
last modified time | relevance | path

Searched refs:deviceCount (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/dvb/
DDvbDeviceAccessor.java141 int deviceCount = getNumOfDvbDevices(); in getRecordingCapability() local
146 .setMaxConcurrentTunedSessions(deviceCount) in getRecordingCapability()
147 .setMaxConcurrentSessionsOfAllTypes(deviceCount + 1) in getRecordingCapability()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pGroupList.java246 int deviceCount = in.readInt();
247 for (int i = 0; i < deviceCount; i++) {
DWifiP2pDeviceList.java208 int deviceCount = in.readInt();
209 for (int i = 0; i < deviceCount; i++) {
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2108 const size_t deviceCount = devices.size(); in partitionTheWorkInternal() local
2113 << "deviceCount = " << deviceCount << ", " in partitionTheWorkInternal()
2125 const int kControlFlowInterpreter = deviceCount; in partitionTheWorkInternal()
2149 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount + 1); in partitionTheWorkInternal()
2153 deviceCount](int deviceIndex) -> std::string { in partitionTheWorkInternal()
2156 } else if (deviceIndex < 0 || size_t(deviceIndex) >= deviceCount) { in partitionTheWorkInternal()
2490 const size_t deviceCount = devices.size(); in findBestDeviceForEachOperation() local
2491 std::vector<CanDo> canDo(deviceCount); in findBestDeviceForEachOperation()
2492 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation()
2518 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothDevicesSliceTest.java276 private void mockBluetoothDeviceList(int deviceCount) { in mockBluetoothDeviceList() argument
283 for (int i = 0; i < deviceCount; i++) { in mockBluetoothDeviceList()