Searched refs:zeroIt (Results 1 – 1 of 1) sorted by relevance
6957 auto zeroIt = deviceInfo->queues.find(0); in getDefaultQueueForDeviceLocked() local6958 if (zeroIt == deviceInfo->queues.end() || zeroIt->second.empty()) { in getDefaultQueueForDeviceLocked()6974 *queue = zeroIt->second[0]; in getDefaultQueueForDeviceLocked()6976 *queueLock = mQueueInfo.at(zeroIt->second[0]).lock; in getDefaultQueueForDeviceLocked()