Searched refs:deviceCount (Results 1 – 5 of 5) sorted by relevance
141 int deviceCount = getNumOfDvbDevices(); in getRecordingCapability() local146 .setMaxConcurrentTunedSessions(deviceCount) in getRecordingCapability()147 .setMaxConcurrentSessionsOfAllTypes(deviceCount + 1) in getRecordingCapability()
246 int deviceCount = in.readInt();247 for (int i = 0; i < deviceCount; i++) {
208 int deviceCount = in.readInt();209 for (int i = 0; i < deviceCount; i++) {
2108 const size_t deviceCount = devices.size(); in partitionTheWorkInternal() local2113 << "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() local2491 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 …]
276 private void mockBluetoothDeviceList(int deviceCount) { in mockBluetoothDeviceList() argument283 for (int i = 0; i < deviceCount; i++) { in mockBluetoothDeviceList()