Searched refs:deviceIndex (Results 1 – 3 of 3) sorted by relevance
822 int deviceIndex = bestDeviceForOperation[operationIndex]; in partitionTheWork() local823 perDeviceQueue[deviceIndex].push(operationIndex); in partitionTheWork()825 << deviceIndex; in partitionTheWork()846 int deviceIndex = findNextDeviceToProcess(); in partitionTheWork() local847 VLOG(COMPILATION) << "findNextDeviceToProcess: " << deviceIndex; in partitionTheWork()848 if (deviceIndex < 0) { in partitionTheWork()853 static_cast<size_t>(deviceIndex) < nonCpuDeviceCount in partitionTheWork()854 ? devices[deviceIndex] : nullptr; in partitionTheWork()858 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWork()940 for (size_t deviceIndex = 0; deviceIndex < nonCpuDeviceCount; deviceIndex++) { in findBestDeviceForEachOperation() local[all …]
355 int deviceIndex = indexOfEqualValue(mHdmiInputIdMap, inputId); in removeHardwareInput() local356 if (deviceIndex >= 0) { in removeHardwareInput()357 mHdmiInputIdMap.removeAt(deviceIndex); in removeHardwareInput()
839 ssize_t deviceIndex = mDevices.indexOfKey(eventItem.data.u32); in getEvents() local840 if (deviceIndex < 0) { in getEvents()846 Device* device = mDevices.valueAt(deviceIndex); in getEvents()