Home
last modified time | relevance | path

Searched defs:fenceHandle (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapper.h172 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd()
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp258 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock() local
280 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in flushLockedBuffer() local
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h183 static Error getFenceFd(const hidl_handle& fenceHandle, base::unique_fd* outFenceFd) { in getFenceFd()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp224 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock() local
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp95 static bool getFenceFd(const hidl_handle &fenceHandle, int *outFenceFd) { in getFenceFd()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp214 int32_t fenceHandle; in checkReadbackBuffer() local
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp252 auto fenceHandle = tmpReleaseFence.getNativeHandle(); in unlock() local
/hardware/google/gfxstream/host/
DFrameBuffer.cpp2738 void FrameBuffer::waitForGpuVulkan(uint64_t deviceHandle, uint64_t fenceHandle) { in waitForGpuVulkan()
2755 void FrameBuffer::asyncWaitForGpuVulkanWithCb(uint64_t deviceHandle, uint64_t fenceHandle, in asyncWaitForGpuVulkanWithCb()
/hardware/qcom/sm7250/display/composer/
DQtiComposerClient.cpp194 Error QtiComposerClient::getFence(const hidl_handle& fenceHandle, shared_ptr<Fence>* outFence, in getFence()