Searched refs:waitAll (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/libhwbinder/vts/performance/ |
H A D | Latency.cpp | 255 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 D | api_gen.cpp | 396 …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 D | null_driver_gen.h | 71 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
H A D | null_driver.cpp | 1238 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument
|