Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6957 auto zeroIt = deviceInfo->queues.find(0); in getDefaultQueueForDeviceLocked() local
6958 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()