Searched refs:mZirconHandle (Results 1 – 2 of 2) sorted by relevance
91 if (mZirconHandle != ZX_HANDLE_INVALID) in onDestroy()93 CloseZirconVmo(mZirconHandle); in onDestroy()94 mZirconHandle = ZX_HANDLE_INVALID; in onDestroy()154 ASSERT(mZirconHandle == ZX_HANDLE_INVALID); in importZirconVmo()157 mZirconHandle = handle; in importZirconVmo()238 ASSERT(mZirconHandle != ZX_HANDLE_INVALID); in createImage()244 DuplicateZirconVmo(contextVk, mZirconHandle, &importMemoryZirconHandleInfo.handle)); in createImage()
60 zx_handle_t mZirconHandle = ZX_HANDLE_INVALID; variable