Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DDeviceLostHelper.h53 std::vector<QueueWithMutex> queues; member
DDeviceLostHelper.cpp134 for (const QueueWithMutex& queueInfo : deviceWithQueues.queues) { in onDeviceLost()
DVkDecoderInternalStructs.h202 std::unordered_map<uint32_t, std::vector<VkQueue>> queues; member
482 std::unordered_map<VkQueue, QueueInfo> queues; member
DVkDecoderGlobalState.cpp296 for (auto queue : deviceInfo->queues) { in createSnapshotStateBlock()
2101 auto& queues = deviceInfo.queues[index]; in on_vkCreateDevice() local
2125 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() local
2197 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 …]
/hardware/interfaces/audio/2.0/
DIStreamIn.hal87 * The transport consists of three message queues:
103 * @return retval OK if both message queues were created successfully.
106 * the queues.
Dtypes.hal97 * message queues used by StreamIn and StreamOut.
DIStreamOut.hal81 * The transport consists of three message queues:
96 * @return retval OK if both message queues were created successfully.
99 * the queues.
/hardware/interfaces/audio/4.0/
DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
DIStreamOut.hal87 * The transport consists of three message queues:
102 * @return retval OK if both message queues were created successfully.
105 * the queues.
Dtypes.hal118 * message queues used by StreamIn and StreamOut.
/hardware/interfaces/audio/6.0/
DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
DIStreamOut.hal88 * The transport consists of three message queues:
103 * @return retval OK if both message queues were created successfully.
106 * the queues.
DIStream.hal308 * audio data is being transferred through the stream's message queues.
Dtypes.hal95 * message queues used by StreamIn and StreamOut.
/hardware/interfaces/audio/5.0/
DIStreamIn.hal93 * The transport consists of three message queues:
109 * @return retval OK if both message queues were created successfully.
112 * the queues.
DIStreamOut.hal87 * The transport consists of three message queues:
102 * @return retval OK if both message queues were created successfully.
105 * the queues.
Dtypes.hal95 * message queues used by StreamIn and StreamOut.
/hardware/interfaces/audio/7.0/
DIStreamIn.hal102 * The transport consists of three message queues:
118 * @return retval OK if both message queues were created successfully.
121 * the queues.
DIStreamOut.hal96 * The transport consists of three message queues:
111 * @return retval OK if both message queues were created successfully.
114 * the queues.
DIStream.hal242 * audio data is being transferred through the stream's message queues.
Dtypes.hal98 * message queues used by StreamIn and StreamOut.
/hardware/libhardware/modules/sensors/
Dmultihal.cpp209 std::vector<SensorEventQueue*> queues; member
226 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()
/hardware/interfaces/audio/effect/6.0/
DIEffect.hal248 * @return retval OK if both message queues were created successfully.
414 * audio data is being transferred through the effect's message queues.
/hardware/interfaces/audio/effect/7.0/
DIEffect.hal246 * @return retval OK if both message queues were created successfully.
411 * audio data is being transferred through the effect's message queues.
/hardware/interfaces/audio/effect/2.0/
DIEffect.hal264 * @return retval OK if both message queues were created successfully.

12