Home
last modified time | relevance | path

Searched refs:zx_handle_t (Results 1 – 25 of 101) sorted by relevance

12345

/external/vulkan-headers/include/vulkan/
Dvulkan_fuchsia.h30 zx_handle_t imagePipeHandle;
51 zx_handle_t handle;
67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V…
74 zx_handle_t* pZirconHandle);
79 zx_handle_t zirconHandle,
93 zx_handle_t zirconHandle;
104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
114 zx_handle_t* pZirconHandle);
136 zx_handle_t collectionToken;
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_fuchsia.h31 zx_handle_t imagePipeHandle;
53 zx_handle_t handle;
69 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
70 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V…
76 zx_handle_t* pZirconHandle);
81 zx_handle_t zirconHandle,
96 zx_handle_t zirconHandle;
107 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
117 zx_handle_t* pZirconHandle);
140 zx_handle_t collectionToken;
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_fuchsia.h30 zx_handle_t imagePipeHandle;
51 zx_handle_t handle;
67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V…
74 zx_handle_t* pZirconHandle);
79 zx_handle_t zirconHandle,
93 zx_handle_t zirconHandle;
104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
114 zx_handle_t* pZirconHandle);
136 zx_handle_t collectionToken;
/external/swiftshader/include/vulkan/
Dvulkan_fuchsia.h30 zx_handle_t imagePipeHandle;
51 zx_handle_t handle;
67 …evice, const VkMemoryGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
68 …CHSIA)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, zx_handle_t zirconHandle, V…
74 zx_handle_t* pZirconHandle);
79 zx_handle_t zirconHandle,
93 zx_handle_t zirconHandle;
104 …ce, const VkSemaphoreGetZirconHandleInfoFUCHSIA* pGetZirconHandleInfo, zx_handle_t* pZirconHandle);
114 zx_handle_t* pZirconHandle);
136 zx_handle_t collectionToken;
/external/angle/src/common/fuchsia_egl/
Dfuchsia_egl.c18 zx_handle_t image_pipe_handle;
23 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle, in fuchsia_egl_window_create()
71 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window) in fuchsia_egl_window_release_image_pipe()
74 zx_handle_t image_pipe_handle = egl_window->image_pipe_handle; in fuchsia_egl_window_release_image_pipe()
/external/gwp_asan/gwp_asan/platform_specific/
Dguarded_pool_allocator_fuchsia.cpp25 zx_handle_t Vmo; in map()
60 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in unreserveGuardedPool()
70 zx_handle_t Vmo; in allocateInGuardedPool()
75 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in allocateInGuardedPool()
92 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in deallocateInGuardedPool()
/external/swiftshader/src/Vulkan/
DVkSemaphoreExternalFuchsia.hpp58 VkResult importHandle(zx_handle_t new_handle) override in importHandle()
65 VkResult exportHandle(zx_handle_t *pHandle) override in exportHandle()
67 zx_handle_t new_handle = ZX_HANDLE_INVALID; in exportHandle()
136 zx_handle_t handle = ZX_HANDLE_INVALID;
DVkDeviceMemoryExternalFuchsia.hpp35 zx_handle_t handle = ZX_HANDLE_INVALID;
135 VkResult exportHandle(zx_handle_t *pHandle) const override in exportHandle()
160 zx_handle_t vmoHandle = ZX_HANDLE_INVALID;
DVkSemaphore.cpp57 virtual VkResult importHandle(zx_handle_t handle) in importHandle()
61 virtual VkResult exportHandle(zx_handle_t *pHandle) in exportHandle()
330 VkResult BinarySemaphore::importHandle(zx_handle_t handle, bool temporaryImport) in importHandle()
342 VkResult BinarySemaphore::exportHandle(zx_handle_t *pHandle) in exportHandle()
DVkSemaphore.hpp84 VkResult importHandle(zx_handle_t handle, bool temporaryImport);
85 VkResult exportHandle(zx_handle_t *pHandle);
/external/angle/include/vulkan/
Dvulkan_fuchsia_ext.h26 typedef uint32_t zx_handle_t; typedef
27 # define ZX_HANDLE_INVALID ((zx_handle_t)0)
/external/libchrome/base/memory/
Dshared_memory_handle.h99 SharedMemoryHandle(zx_handle_t h,
102 zx_handle_t GetHandle() const;
197 zx_handle_t handle_ = ZX_HANDLE_INVALID;
/external/scudo/standalone/
Dfuchsia.h22 zx_handle_t Vmar;
23 zx_handle_t Vmo;
Dfuchsia.cpp71 const zx_handle_t Vmar = (Data && Data->Vmar != ZX_HANDLE_INVALID) in map()
76 zx_handle_t Vmo; in map()
147 const zx_handle_t Vmar = Data->Vmar; in unmap()
153 const zx_handle_t Vmar = (Data && Data->Vmar != ZX_HANDLE_INVALID) in unmap()
/external/cronet/base/process/
Dlaunch.h51 zx_handle_t handle;
55 zx_handle_t handle;
246 zx_handle_t job_handle = ZX_HANDLE_INVALID;
262 zx_handle_t handle);
Dlaunch_fuchsia.cc89 zx_handle_t handle) { in FdioSpawnActionAddNamespaceEntry()
96 fdio_spawn_action_t FdioSpawnActionAddHandle(uint32_t id, zx_handle_t handle) { in FdioSpawnActionAddHandle()
114 zx_handle_t handle) { in AddHandleToTransfer()
/external/cronet/base/message_loop/
Dmessage_pump_fuchsia.h31 virtual void OnZxHandleSignalled(zx_handle_t handle,
109 void OnZxHandleSignalled(zx_handle_t handle, zx_signals_t signals) override;
134 bool WatchZxHandle(zx_handle_t handle,
/external/webrtc/rtc_base/
Dplatform_thread_types.h39 typedef zx_handle_t PlatformThreadId;
40 typedef zx_handle_t PlatformThreadRef;
/external/libchrome/base/process/
Dlaunch.h44 zx_handle_t handle;
48 zx_handle_t handle;
191 zx_handle_t job_handle = ZX_HANDLE_INVALID;
/external/angle/src/libANGLE/renderer/vulkan/
DMemoryObjectVk.cpp41 void CloseZirconVmo(zx_handle_t handle) in CloseZirconVmo()
50 angle::Result DuplicateZirconVmo(ContextVk *contextVk, zx_handle_t handle, zx_handle_t *duplicate) in DuplicateZirconVmo()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilFuchsia.cpp59 zx_handle_t SignalHandlerEvent = ZX_HANDLE_INVALID;
225 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
233 zx_handle_t Self = _zx_process_self(); in CrashHandler()
495 zx_handle_t ProcessHandle = ZX_HANDLE_INVALID; in ExecuteCommand()
/external/angle/util/fuchsia/
DScenicWindow.cpp44 zx_status_t ConnectToService(zx_handle_t serviceRoot, fidl::InterfaceRequest<Interface> request) in ConnectToService()
51 fidl::InterfacePtr<Interface> ConnectToService(zx_handle_t serviceRoot, in ConnectToService()
136 zx_handle_t imagePipeHandle = imagePipe.Unbind().TakeChannel().release(); in resetNativeWindow()
/external/angle/src/tests/test_utils/
DVulkanHelper.h85 VkResult exportMemoryZirconVmo(VkDeviceMemory deviceMemory, zx_handle_t *vmo);
95 VkResult exportSemaphoreZirconEvent(VkSemaphore semaphore, zx_handle_t *event);
/external/libchrome/base/test/
Dtest_shared_memory_util.cc74 bool CheckReadOnlySharedMemoryFuchsiaHandle(zx_handle_t handle) { in CheckReadOnlySharedMemoryFuchsiaHandle()
77 const zx_handle_t root = zx_vmar_root_self(); in CheckReadOnlySharedMemoryFuchsiaHandle()
/external/gfxstream-protocols/registry/vulkan/tests/zircon/
Dtypes.h7 typedef int zx_handle_t; typedef

12345