Searched refs:queueIndex (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | buffer_hub_base.h | 100 uint64_t GetQueueIndex() const { return metadata_header_->queueIndex; } in GetQueueIndex() 101 void SetQueueIndex(uint64_t index) { metadata_header_->queueIndex = index; } in SetQueueIndex()
|
/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | GraphicBufferMetrics.java | 420 final int queueIndex = findNextOfType(bufferEvents, i + 1, EVENT_QUEUE_BUFFER); in processGraphicBufferResult() local 421 if (queueIndex < 0) { in processGraphicBufferResult() 424 final int acquireIndex = findNextOfBufferId(bufferEvents, queueIndex + 1, in processGraphicBufferResult() 425 bufferEvents.get(queueIndex).mBufferId); in processGraphicBufferResult() 435 bufferEvents.get(queueIndex).mBufferId); in processGraphicBufferResult()
|
/frameworks/native/libs/ui/include/ui/ |
D | BufferHubDefs.h | 147 uint64_t queueIndex; member
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.cpp | 185 signaled_mask, metadata_header_->queueIndex); in GetBufferInfo() 549 metadata_header_->queueIndex); in OnConsumerRelease() 583 metadata_header_->queueIndex, in OnConsumerOrphaned()
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 147 uint32_t queueIndex,
|
D | driver.cpp | 1664 uint32_t queueIndex, in GetDeviceQueue() argument 1670 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
|
D | api_gen.cpp | 411 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… 994 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… in GetDeviceQueue() argument 995 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1951 VKAPI_ATTR void vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, V… in vkGetDeviceQueue() argument 1952 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueueModernImpl.java | 1483 final int queueIndex = getRunningIndexOf(null); in promoteToRunningLocked() local 1484 mRunning[queueIndex] = queue; in promoteToRunningLocked() 1490 queue.runningTraceTrackName = TAG + ".mRunning[" + queueIndex + "]"; in promoteToRunningLocked() 1527 final int queueIndex = getRunningIndexOf(queue); in demoteFromRunningLocked() local 1528 mRunning[queueIndex] = null; in demoteFromRunningLocked()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 49 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
|