Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/vts/performance/
H A DLatency.cpp255 static void waitAll(vector<Pipe>& v) { in waitAll() function
344 waitAll(service_pipes); in main()
365 waitAll(client_pipes); in main()
371 waitAll(client_pipes); in main()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp396 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
966 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument
967 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences()
1797 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument
1798 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h71 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
H A Dnull_driver.cpp1238 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument