Searched refs:queues (Results 1 – 25 of 29) sorted by relevance
12
53 std::vector<QueueWithMutex> queues; member
134 for (const QueueWithMutex& queueInfo : deviceWithQueues.queues) { in onDeviceLost()
202 std::unordered_map<uint32_t, std::vector<VkQueue>> queues; member482 std::unordered_map<VkQueue, QueueInfo> queues; member
296 for (auto queue : deviceInfo->queues) { in createSnapshotStateBlock()2101 auto& queues = deviceInfo.queues[index]; in on_vkCreateDevice() local2125 queues.push_back(physicalQueue); in on_vkCreateDevice()2127 deviceWithQueues.queues.push_back(DeviceLostHelper::QueueWithMutex{ in on_vkCreateDevice()2160 queues.push_back(virtualQueue); in on_vkCreateDevice()2195 const auto& queues = deviceInfo->queues; in on_vkGetDeviceQueue() local2197 const auto* queueList = android::base::find(queues, queueFamilyIndex); in on_vkGetDeviceQueue()8201 auto zeroIt = deviceInfo->queues.find(0); in getDefaultQueueForDeviceLocked()8202 if (zeroIt == deviceInfo->queues.end() || zeroIt->second.empty()) { in getDefaultQueueForDeviceLocked()8205 for (const auto& it : deviceInfo->queues) { in getDefaultQueueForDeviceLocked()[all …]
87 * The transport consists of three message queues:103 * @return retval OK if both message queues were created successfully.106 * the queues.
97 * message queues used by StreamIn and StreamOut.
81 * The transport consists of three message queues:96 * @return retval OK if both message queues were created successfully.99 * the queues.
93 * The transport consists of three message queues:109 * @return retval OK if both message queues were created successfully.112 * the queues.
87 * The transport consists of three message queues:102 * @return retval OK if both message queues were created successfully.105 * the queues.
118 * message queues used by StreamIn and StreamOut.
88 * The transport consists of three message queues:103 * @return retval OK if both message queues were created successfully.106 * the queues.
308 * audio data is being transferred through the stream's message queues.
95 * message queues used by StreamIn and StreamOut.
102 * The transport consists of three message queues:118 * @return retval OK if both message queues were created successfully.121 * the queues.
96 * The transport consists of three message queues:111 * @return retval OK if both message queues were created successfully.114 * the queues.
242 * audio data is being transferred through the stream's message queues.
98 * message queues used by StreamIn and StreamOut.
209 std::vector<SensorEventQueue*> queues; member226 this->queues.push_back(queue); in addSubHwDevice()368 queueCount = (int)this->queues.size(); in poll()371 SensorEventQueue* queue = this->queues.at(this->nextReadIndex); in poll()
248 * @return retval OK if both message queues were created successfully.414 * audio data is being transferred through the effect's message queues.
246 * @return retval OK if both message queues were created successfully.411 * audio data is being transferred through the effect's message queues.
264 * @return retval OK if both message queues were created successfully.