Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 5 of 5) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DInvalidateAllTest.java18 final Semaphore semaphore = new Semaphore(1); in testRefreshViaInvalidateAll() local
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp58 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in checkedAcquireNextImageKHR()
Dswapchain.cpp763 VkSemaphore semaphore, in AcquireNextImageKHR()
Dapi_gen.cpp774 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore()
1190 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in AcquireNextImageKHR()
1418 VKAPI_ATTR void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallba… in vkDestroySemaphore()
1938 …eKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore semaphore, VkFence f… in vkAcquireNextImageKHR()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1042 VkSemaphore* semaphore) { in CreateSemaphore()
1153 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()